diff options
Diffstat (limited to 'src/common/convert.c')
-rw-r--r-- | src/common/convert.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/convert.c b/src/common/convert.c index a8a6b9d..d7aa04c 100644 --- a/src/common/convert.c +++ b/src/common/convert.c | |||
@@ -32,7 +32,7 @@ | |||
32 | * @param charset input character set | 32 | * @param charset input character set |
33 | * @return the converted string (0-terminated), NULL on error | 33 | * @return the converted string (0-terminated), NULL on error |
34 | * @return the converted string (0-terminated), | 34 | * @return the converted string (0-terminated), |
35 | * if conversion fails, a copy of the orignal | 35 | * if conversion fails, a copy of the original |
36 | * string is returned. | 36 | * string is returned. |
37 | */ | 37 | */ |
38 | char * | 38 | char * |