summaryrefslogtreecommitdiff
path: root/mojibake.h
diff options
context:
space:
mode:
authorVeres Lajos <vlajos@gmail.com>2014-08-12 21:30:59 +0100
committerVeres Lajos <vlajos@gmail.com>2014-08-12 21:30:59 +0100
commit83714e458ee63b6ed7faebd4a033c273e3bcb5ca (patch)
treee8926e1534d3b47f3524a21377052fe209ac29d1 /mojibake.h
parentbc357b276f1fd7124bbb31a4e212a30e57520eee (diff)
downloadlibutf8proc-83714e458ee63b6ed7faebd4a033c273e3bcb5ca.tar.gz
libutf8proc-83714e458ee63b6ed7faebd4a033c273e3bcb5ca.tar.bz2
a few typofixes
Diffstat (limited to 'mojibake.h')
-rw-r--r--mojibake.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mojibake.h b/mojibake.h
index d0f5b53..c47af66 100644
--- a/mojibake.h
+++ b/mojibake.h
@@ -102,7 +102,7 @@ extern "C" {
* Flags being regarded by several functions in the library:
* NULLTERM: The given UTF-8 input is NULL terminated.
* STABLE: Unicode Versioning Stability has to be respected.
- * COMPAT: Compatiblity decomposition
+ * COMPAT: Compatibility decomposition
* (i.e. formatting information is lost)
* COMPOSE: Return a result with composed characters.
* DECOMPOSE: Return a result with decomposed characters.