From 116cea5eb63fd1ff1b4e39e16c26a39e2c55730b Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Fri, 9 Sep 2005 15:14:16 +0200 Subject: [PATCH] Fixed some typos --- HISTORY | 2 +- PLUGINS.html | 6 +++--- epg.c | 4 ++-- i18n.c | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/HISTORY b/HISTORY index 37b08c7d..250edf8d 100644 --- a/HISTORY +++ b/HISTORY @@ -1114,7 +1114,7 @@ Video Disk Recorder Revision History Please check if your system provides 'killall' - if it doesn't, please change this back in 'runvdr' and report this (thanks to Achim Lange). - The "Commands" menu now automatically assigns number keys as hotkeys to the - commands. If you have preceeded your commands with digits you may want to + commands. If you have preceded your commands with digits you may want to remove these from your 'commands.conf' file. - The new Setup item "Restart" can be used to force a complete restart of VDR, including reloading the driver. Note that this can only work if VDR and the diff --git a/PLUGINS.html b/PLUGINS.html index 203d8706..c44e6523 100644 --- a/PLUGINS.html +++ b/PLUGINS.html @@ -273,7 +273,7 @@ file (or rather its contents, to be precise) from being included more than once, The example shown here is the way VDR does this in its core source files. It takes the header file's name, converts it to all uppercase, replaces the -dot with an underline and preceedes the whole thing with two underlines. +dot with an underline and precedes the whole thing with two underlines. The GNU library header files do this pretty much the same way, except that they usually precede the name with only one underline (there are exceptions, though).

@@ -655,7 +655,7 @@ used in the Setup menu's Store() f

The plugin's setup parameters are stored in the same file as VDR's parameters. In order to allow each plugin (and VDR itself) to have its own set of parameters, -the Name of each parameter will be preceeded with the plugin's +the Name of each parameter will be preceded with the plugin's name, as in

hello.GreetingTime = 3 @@ -1031,7 +1031,7 @@ plugin was called, and will therefore process the values according to the particular plugin's definitions.

The returned string may consist of several lines, separated by the newline character -('\n'). Each of these lines will be preceeded with the ReplyCode +('\n'). Each of these lines will be preceded with the ReplyCode when presenting them to the caller, and the continuation character ('-') will be set for all but the last one. diff --git a/epg.c b/epg.c index 038f9c60..4377c6d3 100644 --- a/epg.c +++ b/epg.c @@ -7,7 +7,7 @@ * Original version (as used in VDR before 1.3.0) written by * Robert Schneider and Rolf Hakenes . * - * $Id: epg.c 1.36 2005/07/30 14:44:54 kls Exp $ + * $Id: epg.c 1.37 2005/09/09 15:14:11 kls Exp $ */ #include "epg.h" @@ -471,7 +471,7 @@ void cEvent::FixEpgBugs(void) } } - // Some channels put the Description into the ShortText (preceeded + // Some channels put the Description into the ShortText (preceded // by a blank) if there is no actual ShortText and the Description // is short enough: // diff --git a/i18n.c b/i18n.c index 10cfa3bc..9569fd37 100644 --- a/i18n.c +++ b/i18n.c @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: i18n.c 1.206 2005/09/09 14:35:53 kls Exp $ + * $Id: i18n.c 1.207 2005/09/09 15:14:16 kls Exp $ * * Translations provided by: * @@ -66,7 +66,7 @@ * it included in the next version of VDR. * * In case an English phrase is used in more than one context (and might need - * different translations in other languages) it can be preceeded with an + * different translations in other languages) it can be preceded with an * arbitrary string to describe its context, separated from the actual phrase * by a '$' character (see for instance "Button$Stop" vs. "Stop"). * Of course this means that no English phrase may contain the '$' character!