From 2502068015a36b6763803cace3f05b3df7422e2d Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 16 Feb 2013 11:04:37 +0100 Subject: [PATCH] Fixed some spellings in PLUGINS.html and Doxyfile --- CONTRIBUTORS | 1 + Doxyfile | 2 +- HISTORY | 1 + PLUGINS.html | 6 +++--- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index e6f46541..c9db6525 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1997,6 +1997,7 @@ Ville Skytt for fixing some typos in HISTORY and CONTRIBUTORS for fixing some spellings in osd.h and svdrp.c for adding missing $(LDFLAGS) to the Makefile of the dvbhddevice plugin + for fixing some spellings in PLUGINS.html and Doxyfile Steffen Beyer for fixing setting the colored button help after deleting a recording in case the next diff --git a/Doxyfile b/Doxyfile index b1723179..b3ec7297 100644 --- a/Doxyfile +++ b/Doxyfile @@ -137,7 +137,7 @@ STRIP_CODE_COMMENTS = YES # file names in lower case letters. If set to YES upper case letters are also # allowed. This is useful if you have classes or files whose names only differ # in case and if your file system supports case sensitive file names. Windows -# users are adviced to set this option to NO. +# users are advised to set this option to NO. CASE_SENSE_NAMES = YES diff --git a/HISTORY b/HISTORY index fbaef751..47d6af77 100644 --- a/HISTORY +++ b/HISTORY @@ -7625,3 +7625,4 @@ Video Disk Recorder Revision History - Fixed displaying pending timers in "alert" mode in the LCARS skin. - Added missing $(LDFLAGS) to the Makefile of the dvbhddevice plugin (thanks to Ville Skyttä). +- Fixed some spellings in PLUGINS.html and Doxyfile (thanks to Ville Skyttä). diff --git a/PLUGINS.html b/PLUGINS.html index a5713a7f..a386e140 100644 --- a/PLUGINS.html +++ b/PLUGINS.html @@ -575,7 +575,7 @@ If the plugin should print log messages, you can use dsyslog(), isy
  • esyslog() prints the log message only if the log level of vdr is set to 1 or above. The output of this log is the syslog of the system vdr is running on. -The logmessage can be formatted like printf(), as in +The log message can be formatted like printf(), as in

     esyslog("pluginname: error #%d has occurred", ErrorNumber);
    @@ -918,7 +918,7 @@ original values that are stored elsewhere.
     
     

    -Threfore VDR provides the functions +Therefore VDR provides the functions

     
    @@ -939,7 +939,7 @@ call to ConfigDirectory() will automatically make sure that the plu
     subdirectory will exist. If, for some reason, this cannot be achieved, NULL
     will be returned.
     
    -The behavoir of CacheDirectory() and ResourceDirectory() is similar.
    +The behavior of CacheDirectory() and ResourceDirectory() is similar.
     
     

    The additional plugins directory is used to keep files from plugins apart