--- deliantra/server/ext/ipo.ext 2007/04/18 17:32:06 1.6 +++ deliantra/server/ext/ipo.ext 2007/06/19 20:39:30 1.7 @@ -203,9 +203,9 @@ } if ($cnt) { - $who->reply ($npc, $cnt == 1 ? "Here is your pakage." : "Here are your packages."); + $who->reply ($npc, $cnt == 1 ? "Here is your package." : "Here are your packages."); } else { - $who->reply ($npc, "Sorry, no deliverys for you sir."); + $who->reply ($npc, "Sorry, no deliveries for you sir."); } }