Fixed some spellings in osd.h and svdrp.c

This commit is contained in:
Klaus Schmidinger
2012-12-03 13:51:23 +01:00
parent 6ca541e876
commit 7cd8ab4686
4 changed files with 6 additions and 4 deletions

View File

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