diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2012-12-03 13:51:23 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2012-12-03 13:51:23 +0100 |
commit | 7cd8ab468639f41e050d78a984b84d014f77dbec (patch) | |
tree | 7e45a37325c58d42a34c75bb5c05c8551c4a9fc3 /svdrp.c | |
parent | 6ca541e876124fc3e903cf87b435e80b5c011b40 (diff) | |
download | vdr-7cd8ab468639f41e050d78a984b84d014f77dbec.tar.gz vdr-7cd8ab468639f41e050d78a984b84d014f77dbec.tar.bz2 |
Fixed some spellings in osd.h and svdrp.c
Diffstat (limited to 'svdrp.c')
-rw-r--r-- | svdrp.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); |