diff options
-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" |