aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 15:05:45 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 15:05:45 +0100
commit05fa16175aeb08ef56475073aa7f597c2241c2f0 (patch)
tree2c649c7da1fad9795cde8ba173f401a13e419cdf
parentAdd multicall binary (diff)
downloadcharconv-05fa16175aeb08ef56475073aa7f597c2241c2f0.tar.gz
charconv-05fa16175aeb08ef56475073aa7f597c2241c2f0.tar.bz2
charconv-05fa16175aeb08ef56475073aa7f597c2241c2f0.tar.xz
fix typosHEADmaster
Signed-off-by: Mattias Andrée <m@maandree.se>
-rw-r--r--README2
-rw-r--r--libcharconv.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index e83f5c1..d931745 100644
--- a/README
+++ b/README
@@ -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);