diff options
Diffstat (limited to 'server/connectionVTP.c')
-rw-r--r-- | server/connectionVTP.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/connectionVTP.c b/server/connectionVTP.c index 39bf8de..7865757 100644 --- a/server/connectionVTP.c +++ b/server/connectionVTP.c @@ -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 { |