Corrected typos (thanks to Ville Skytt)

This commit is contained in:
Frank Schmirler
2012-06-28 17:17:59 +02:00
parent 281105f0c7
commit 84db6323a6
7 changed files with 10 additions and 8 deletions

View File

@@ -1662,7 +1662,7 @@ bool cConnectionVTP::CmdMOVC(const char *Option)
Reply(250,"Channel \"%d\" moved to \"%d\"", From, To);
}
else {
Reply(501, "Can't move channel to same postion");
Reply(501, "Can't move channel to same position");
}
}
else {