diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2008-05-22 10:26:57 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2008-05-22 10:26:57 +0200 |
commit | cc3afcfc68cb5d792a1f8a88c9a0d7ddfc08cffd (patch) | |
tree | 57cf4818064f9942dc24ed8376d2bce244afa320 /tools.h | |
parent | 0b1886875a5c14e9e4f21c0ee6010882feda7acb (diff) | |
download | vdr-cc3afcfc68cb5d792a1f8a88c9a0d7ddfc08cffd.tar.gz vdr-cc3afcfc68cb5d792a1f8a88c9a0d7ddfc08cffd.tar.bz2 |
Fixed a typo
Diffstat (limited to 'tools.h')
-rw-r--r-- | tools.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: tools.h 1.113 2008/02/17 13:41:27 kls Exp $ + * $Id: tools.h 2.1 2008/05/22 10:26:57 kls Exp $ */ #ifndef __TOOLS_H @@ -136,7 +136,7 @@ public: ///< If ToCode is NULL, "UTF-8" is used. ~cCharSetConv(); const char *Convert(const char *From, char *To = NULL, size_t ToLength = 0); - ///< Converts the given Text from FromCode to ToCode (as set in the cosntructor). + ///< Converts the given Text from FromCode to ToCode (as set in the constructor). ///< If To is given, it is used to copy at most ToLength bytes of the result ///< (including the terminating 0) into that buffer. If To is not given, ///< the result is copied into a dynamically allocated buffer and is valid as |