mirror of
https://projects.vdr-developer.org/git/vdr-plugin-streamdev.git
synced 2023-10-10 17:16:51 +00:00
Corrected typos (thanks to Ville Skytt)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
@@ -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 {
|
||||
|
Reference in New Issue
Block a user