summaryrefslogtreecommitdiff
path: root/mojibake.h
diff options
context:
space:
mode:
authorKeno Fischer <kfischer+github@college.harvard.edu>2014-08-12 16:39:24 -0400
committerKeno Fischer <kfischer+github@college.harvard.edu>2014-08-12 16:39:24 -0400
commita733c7feb489ebea9ec39750cde497fbc6d84b4a (patch)
treee8926e1534d3b47f3524a21377052fe209ac29d1 /mojibake.h
parentbc357b276f1fd7124bbb31a4e212a30e57520eee (diff)
parent83714e458ee63b6ed7faebd4a033c273e3bcb5ca (diff)
downloadlibutf8proc-a733c7feb489ebea9ec39750cde497fbc6d84b4a.tar.gz
libutf8proc-a733c7feb489ebea9ec39750cde497fbc6d84b4a.tar.bz2
Merge pull request #16 from vlajos/typofixes-20140812
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.