From cc16b149738879697f5baf3eaede9597388d4d53 Mon Sep 17 00:00:00 2001 From: Michael Andreen Date: Fri, 6 Jul 2007 08:52:50 +0000 Subject: [PATCH] fixed typo --- Def.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Def.pm b/Def.pm index 1f9c7d9..9297e3c 100644 --- 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."); } -- 2.39.2