summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2015-08-31 10:12:05 +0100
committerBehdad Esfahbod <behdad@behdad.org>2015-08-31 10:12:05 +0100
commitd205965286798af4b7ad07e1eafa58288bee4bdb (patch)
treefbac8c525c08a9b8f80e489885fbab79c27ff302
parentc424b41705b50055c7f92b268cf78a2680af73af (diff)
downloadharfbuzz-d205965286798af4b7ad07e1eafa58288bee4bdb.tar.gz
[docs] Fix typo
-rw-r--r--docs/usermanual-ch03.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/usermanual-ch03.xml b/docs/usermanual-ch03.xml
index 66ec0a88..4f289ce1 100644
--- a/docs/usermanual-ch03.xml
+++ b/docs/usermanual-ch03.xml
@@ -56,7 +56,7 @@ void somefunc(hb_buffer_t *buffer) {
Now we have a brand new Harfbuzz buffer. Let's start filling it
with text! From Harfbuzz's perspective, a buffer is just a stream
of Unicode codepoints, but your input string is probably in one of
- the standard Unicode character encodings (UTF-8, UTF-16, UTF-3 )
+ the standard Unicode character encodings (UTF-8, UTF-16, UTF-32)
</para>
</sect2>
<sect2 id="setting-buffer-properties">