diff options
Diffstat (limited to '')
| -rw-r--r-- | README | 2 | ||||
| -rw-r--r-- | libcharconv.h | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ NAME charconv - Character conversion utilities and library DESCRIPTION - charconv is a collection of text convertion utilities + charconv is a collection of text conversion utilities and a C library, charconv, that implements the conversions and which is designed to make it simple to implement the conversions in text editors or implement input diff --git a/libcharconv.h b/libcharconv.h index 3271bc5..df217e3 100644 --- a/libcharconv.h +++ b/libcharconv.h @@ -109,7 +109,7 @@ LIBCHARCONV_FUNC_(libcharconv_tags); LIBCHARCONV_FUNC_(libcharconv_gender_symbols); /** - * Preforms convertion in opposite direction + * Performs conversion in the opposite direction * of the other functions */ LIBCHARCONV_FUNC_(libcharconv_latin); |
