Fixed a typo

This commit is contained in:
Klaus Schmidinger 2008-05-22 10:26:57 +02:00
parent 0b1886875a
commit cc3afcfc68
1 changed files with 2 additions and 2 deletions

View File

@ -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