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

@@ -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);

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 {