summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2009-04-29 03:17:58 +0200
committerBruno Haible <bruno@clisp.org>2009-04-29 03:17:58 +0200
commit0d3435fe1c247ece368b27ee7d1f44045a8f5177 (patch)
tree06cc4c4d72409836a2e794a431e914baef3fff48
parentb58b2522d6cb16d458b02f71aaf3a523629bce4a (diff)
downloadlibunistring-0d3435fe1c247ece368b27ee7d1f44045a8f5177.tar.gz
Fix typos.
-rw-r--r--ChangeLog6
-rw-r--r--doc/uniconv.texi2
-rw-r--r--doc/unictype.texi2
3 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 2cdb6fd..b538b96 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-04-28 Thien-Thi Nguyen <ttn@gnuvola.org> (tiny change)
+
+ Fix typos.
+ * doc/uniconv.texi (uniconv.h): Fix typo.
+ * doc/unictype.texi (Properties): Fix typo.
+
2009-04-28 Bruno Haible <bruno@clisp.org>
Doc tweaks.
diff --git a/doc/uniconv.texi b/doc/uniconv.texi
index dadac84..07cfa1b 100644
--- a/doc/uniconv.texi
+++ b/doc/uniconv.texi
@@ -21,7 +21,7 @@ around the native @code{iconv_open} function. It may not work as an argument
to the native @code{iconv_open} function directly.
@end deftypefun
-The handling of unconvertible characters during thre conversions can be
+The handling of unconvertible characters during the conversions can be
parametrized through the following enumeration type:
@deftp Type {enum iconv_ilseq_handler}
diff --git a/doc/unictype.texi b/doc/unictype.texi
index 2c40d8f..8396d68 100644
--- a/doc/unictype.texi
+++ b/doc/unictype.texi
@@ -655,7 +655,7 @@ stores @var{uc} unmodified in @code{*@var{puc}} and returns @code{false}.
This section defines boolean properties of Unicode characters. This
means, a character either has the given property or does not have it.
In other words, the property can be viewed as a subset of the set of
-Unicode character.
+Unicode characters.
The GNU libunistring library provides two kinds of API for working with
properties. The object oriented API uses a type @code{uc_property_t}