diff options
author | Christian Wieninger <cwieninger@gmx.de> | 2012-05-12 20:22:20 +0200 |
---|---|---|
committer | Christian Wieninger <cwieninger@gmx.de> | 2012-05-12 20:22:20 +0200 |
commit | 6c5a88ee42952c50ddca3ea965b7c728173e6f24 (patch) | |
tree | 322be1935409ad92e92d4505be350de32d554386 | |
parent | 60f8f9e10fc06f75b58c629de05a173f3a41cf8b (diff) | |
download | vdr-plugin-epgsearch-6c5a88ee42952c50ddca3ea965b7c728173e6f24.tar.gz vdr-plugin-epgsearch-6c5a88ee42952c50ddca3ea965b7c728173e6f24.tar.bz2 |
spelling fixes, thanks to Ville Skyttä
-rw-r--r-- | HISTORY | 2 | ||||
l--------- | README | 2 | ||||
-rw-r--r-- | epgsearch.c | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -7,7 +7,7 @@ new: a patch ('man 5 epgsearchcats.conf' for more information). - in the menu 'recordings done' you can now toggle the blue key to 'Orphaned' to show recordings with vanished search timers. -- when channel seperators are displayed the filling '-' can cause problems in the output +- when channel separators are displayed the filling '-' can cause problems in the output of graphlcd. Set PLUGIN_EPGSEARCH_SEP_ITEMS=--- in your Make.config to avoid this. Most skins (except classic, st:tng) will translate '---' into a single line anyway (Feature #857, thanks to 'KeineAhnung' for providing a patch) @@ -1 +1 @@ -./doc/en/epgsearch.1.txt
\ No newline at end of file +README.git
\ No newline at end of file diff --git a/epgsearch.c b/epgsearch.c index 99767fb..1e0cf71 100644 --- a/epgsearch.c +++ b/epgsearch.c @@ -118,7 +118,7 @@ const char* cPluginEpgsearch::Description(void) const char *cPluginEpgsearch::CommandLineHelp(void) { return " -f file, --svdrpsendcmd=file the path to svdrpsend.pl for external\n" - " SVDRP communitcation (default is internal\n" + " SVDRP communication (default is internal\n" " communication)\n" " -c path, --config=path to specify a specific config dir for epgsearch\n" " -l file, --logfile=file to specify a specific logfile for epgsearch\n" |