mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Fixed some spellings in osd.h and svdrp.c
This commit is contained in:
4
svdrp.c
4
svdrp.c
@@ -10,7 +10,7 @@
|
||||
* and interact with the Video Disk Recorder - or write a full featured
|
||||
* graphical interface that sits on top of an SVDRP connection.
|
||||
*
|
||||
* $Id: svdrp.c 2.19 2012/05/12 11:55:18 kls Exp $
|
||||
* $Id: svdrp.c 2.20 2012/12/03 13:49:28 kls Exp $
|
||||
*/
|
||||
|
||||
#include "svdrp.h"
|
||||
@@ -1268,7 +1268,7 @@ void cSVDRP::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
|
||||
Reply(501, "Channel \"%d\" not defined", To);
|
||||
|
||||
Reference in New Issue
Block a user