From: Michael Andreen Date: Fri, 6 Jul 2007 08:52:50 +0000 (+0000) Subject: fixed typo X-Git-Url: https://ruin.nu/git/?a=commitdiff_plain;h=4d1ed3ea92d79f17f2ee57b20da2952bb85ea224;p=ndwebbie.git fixed typo --- diff --git a/ND/IRC/Def.pm b/ND/IRC/Def.pm index 1f9c7d9..9297e3c 100644 --- a/ND/IRC/Def.pm +++ b/ND/IRC/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."); }