summaryrefslogtreecommitdiff
path: root/tools.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2020-09-16 13:48:33 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2020-09-16 13:48:33 +0200
commiteebe7c798a689dd1c627f4af5203902665cc2f21 (patch)
treedbe69c8fc12f2535ae6b8646e8f738eecaab6bb8 /tools.h
parent76a7bed57561285b1c32ac8d7a6c68dc607c3d39 (diff)
downloadvdr-eebe7c798a689dd1c627f4af5203902665cc2f21.tar.gz
vdr-eebe7c798a689dd1c627f4af5203902665cc2f21.tar.bz2
Fixed several typos
Diffstat (limited to 'tools.h')
-rw-r--r--tools.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools.h b/tools.h
index 43cf0a82..5d1559a2 100644
--- a/tools.h
+++ b/tools.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: tools.h 4.17 2020/06/23 15:52:29 kls Exp $
+ * $Id: tools.h 4.18 2020/09/16 13:48:33 kls Exp $
*/
#ifndef __TOOLS_H
@@ -222,7 +222,7 @@ cString strgetval(const char *s, const char *name, char d = '=');
///< Returns the value part of a 'name=value' pair in s.
///< name must either be at the beginning of s, or has to be preceded by white space.
///< There may be any number of white space around the '=' sign. The value is
- ///< everyting up to (and excluding) the next white space, or the end of s.
+ ///< everything up to (and excluding) the next white space, or the end of s.
///< If an other delimiter shall be used (like, e.g., ':'), it can be given
///< as the third parameter.
///< If name occurs more than once in s, only the first occurrence is taken.