]> ruin.nu Git - NDIRC.git/commitdiff
fixed typo
authorMichael Andreen <harv@ruin.nu>
Fri, 6 Jul 2007 08:52:50 +0000 (08:52 +0000)
committerMichael Andreen <harv@ruin.nu>
Fri, 6 Jul 2007 08:52:50 +0000 (08:52 +0000)
Def.pm

diff --git a/Def.pm b/Def.pm
index 1f9c7d92a9d7db90767250975eed523b449323c9..9297e3c5b846f8b18e1caa7396c80aafeb96d8a8 100644 (file)
--- a/Def.pm
+++ b/Def.pm
@@ -82,7 +82,7 @@ sub setType {
                while (my ($id,$call,$oldtype,$coords,$tick) = $fleet->fetchrow()){
                        if($ND::DBH->do(q{UPDATE incomings SET shiptype = ? WHERE id = ?},undef,$type,$id) == 1){
                                log_message $user->{uid}, "DC set fleet: $id to: $type";
-                               $ND::server->command("msg $ND::target Set fleet from $coords on call $call to $type (previosly $oldtype)");
+                               $ND::server->command("msg $ND::target Set fleet from $coords on call $call to $type (previously $oldtype)");
                                if ($tick < 0 && not (defined $x && $x eq 'call')){
                                        $ND::server->command("msg $ND::target This call is old, did you use the call id, instead of inc id by accident? You can use .settypeall callid to set the type on all incs in a call.");
                                }