bug-libunistring
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-libunistring] small doc fixes


From: Thien-Thi Nguyen
Subject: [bug-libunistring] small doc fixes
Date: Tue, 28 Apr 2009 15:56:31 +0200

Please find below some small doc fixes for GNU libunistring 0.9.

thi

___________________________________________________________________________
-*- mode: compilation; default-directory: "~/build/GNU/libunistring/" -*-
Compilation started at Tue Apr 28 15:40:20

git show HEAD
commit 526b10a6266c83eff18303d31196685733c5d7e6
Author: Thien-Thi Nguyen <address@hidden>
Date:   Tue Apr 28 15:23:06 2009 +0200

    Fix typos.
    * doc/uniconv.texi (uniconv.h): Fix typo.
    * doc/unictype.texi (Properties): Fix typo.

diff --git a/ChangeLog b/ChangeLog
index 55a8c30..0c88172 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-04-28  Thien-Thi Nguyen  <address@hidden>  (tiny change)
+
+       Fix typos.
+       * doc/uniconv.texi (uniconv.h): Fix typo.
+       * doc/unictype.texi (Properties): Fix typo.
+
 2009-04-26  Bruno Haible  <address@hidden>
 
        * Version 0.9 released.
diff --git a/doc/uniconv.texi b/doc/uniconv.texi
index dadac84..7b62504 100644
--- a/doc/uniconv.texi
+++ b/doc/uniconv.texi
@@ -21,8 +21,8 @@ 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
-parametrized through the following enumeration type:
+The handling of unconvertible characters during the conversions can be
+parameterized through the following enumeration type:
 
 @deftp Type {enum iconv_ilseq_handler}
 This type specifies how unconvertible characters in the input are handled.
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 @address@hidden 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}

Compilation finished at Tue Apr 28 15:40:20




reply via email to

[Prev in Thread] Current Thread [Next in Thread]