summaryrefslogtreecommitdiffstats
path: root/unicode/book.xml
diff options
context:
space:
mode:
authorSam Varshavchik2022-03-22 07:01:49 -0400
committerGitHub2022-03-22 07:01:49 -0400
commit869e8b780c21d90ef50c91ad9e4c677f6047fb01 (patch)
tree8ec8ab7017d194d84749d670a5ab81cffcd20f9f /unicode/book.xml
parent86e68b439f8c5ee56bb74078906f94bf8a498982 (diff)
parenta1828069b5d9d04061a9bf6d02a157a3e645bf0f (diff)
downloadcourier-libs-869e8b780c21d90ef50c91ad9e4c677f6047fb01.tar.bz2
Merge pull request #24 from roelvanmeer/debian-patches
Debian patches
Diffstat (limited to 'unicode/book.xml')
-rw-r--r--unicode/book.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/unicode/book.xml b/unicode/book.xml
index 7744501..f6a5dfd 100644
--- a/unicode/book.xml
+++ b/unicode/book.xml
@@ -2829,7 +2829,7 @@ if (unicode_composition_init(str, strsize, flags, &compositions) == 0)
<function>unicode_convert_toutf8</function>()
returns a non <literal>NULL</literal> value
*<parameter>error</parameter> gets set to a non-zero value if
- a character conversion error has occured, and some characters
+ a character conversion error has occurred, and some characters
could not be converted.
</para>
@@ -3395,7 +3395,7 @@ if (unicode_composition_init(str, strsize, flags, &compositions) == 0)
<para>
The callback function should return 0. A non-zero value
indicates to the line breaking algorithm that an error has
- occured.
+ occurred.
<function>unicode_lb_next</function>() and
<function>unicode_lb_next_cnt</function>() return zero either if
they never invoked the callback function, or if each call to the
@@ -3712,7 +3712,7 @@ if (unicode_composition_init(str, strsize, flags, &compositions) == 0)
<para>
The callback function should return 0. A non-zero value
indicates to the word breaking algorithm that an error has
- occured.
+ occurred.
<function>unicode_wb_next</function>() and
<function>unicode_wb_next_cnt</function>() return zero either if
they never invoked the callback function, or if each call to the