diff options
Diffstat (limited to 'server')
-rw-r--r-- | server/connection.h | 2 | ||||
-rw-r--r-- | server/connectionVTP.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/server/connection.h b/server/connection.h index 0d51da8..fdc5fd1 100644 --- a/server/connection.h +++ b/server/connection.h @@ -101,7 +101,7 @@ public: /* Close the socket */ virtual bool Close(void); - /* Check if a device would be available for transfering the given + /* Check if a device would be available for transferring the given channel. This call has no side effects. */ static cDevice *CheckDevice(const cChannel *Channel, int Priority, bool LiveView, const cDevice *AvoidDevice = NULL); 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 { |