bug-libunistring
[Top][All Lists]
Advanced

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

[bug-libunistring] [PATCH 1/2] Fix some typos in the manual.


From: Ralf Wildenhues
Subject: [bug-libunistring] [PATCH 1/2] Fix some typos in the manual.
Date: Tue, 28 Apr 2009 20:21:15 +0200
User-agent: Mutt/1.5.18 (2008-05-17)

* doc/libunistring.texi: Fix typos.
* doc/uniconv.texi: Likewise.
* doc/unictype.texi: Likewise.
* doc/uniname.texi: Likewise.
* doc/uninorm.texi: Likewise.
* doc/unistr.texi: Likewise.
---

Hi Bruno,

this is really trivial, and fixes only typos.

Cheers,
Ralf

 doc/libunistring.texi |    4 ++--
 doc/uniconv.texi      |    2 +-
 doc/unictype.texi     |    4 ++--
 doc/uniname.texi      |    2 +-
 doc/uninorm.texi      |    2 +-
 doc/unistr.texi       |    2 +-
 6 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/doc/libunistring.texi b/doc/libunistring.texi
index b5eb976..0ce43fe 100644
--- a/doc/libunistring.texi
+++ b/doc/libunistring.texi
@@ -516,7 +516,7 @@ The @posixfunc{strcasecmp}, @posixfunc{strncasecmp}, and 
@posixfunc{strcasestr}
 functions do not work with multibyte strings.
 @end itemize
 
-The workarounds can be found in GNU gnulib 
@url{http://wwww.gnu.org/software/gnulib/}.
+The workarounds can be found in GNU gnulib 
@url{http://www.gnu.org/software/gnulib/}.
 @itemize
 @item
 gnulib has modules @samp{mbchar}, @samp{mbiter}, @samp{mbuiter} that
@@ -603,7 +603,7 @@ Unfortunately, this API and its implementation has numerous 
problems:
 @itemize
 @item
 On AIX and Windows platforms, @code{wchar_t} is a 16-bit type.  This
-means that it can never accomodate an entire Unicode character.  Either
+means that it can never accommodate an entire Unicode character.  Either
 the @code{wchar_t *} strings are limited to characters in UCS-2 (the
 ``Basic Multilingual Plane'' of Unicode), or --- if @code{wchar_t *}
 strings are encoded in UTF-16 --- a @code{wchar_t} represents only half
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..f5b201b 100644
--- a/doc/unictype.texi
+++ b/doc/unictype.texi
@@ -57,7 +57,7 @@ information for all Unicode characters.
 
 @deftp Type uc_general_category_t
 This data type denotes a general category value.  It is an immediate type that
-can be copied by simple assignment, without involving memory allcation.  It is
+can be copied by simple assignment, without involving memory allocation.  It is
 not an array type.
 @end deftp
 
@@ -675,7 +675,7 @@ The following type designates a property on Unicode 
characters.
 @deftp Type uc_property_t
 This data type denotes a boolean property on Unicode characters. It is an
 immediate type that can be copied by simple assignment, without involving
-memory allcation.  It is not an array type.
+memory allocation.  It is not an array type.
 @end deftp
 
 Many Unicode properties are predefined.
diff --git a/doc/uniname.texi b/doc/uniname.texi
index b3d9a38..66461be 100644
--- a/doc/uniname.texi
+++ b/doc/uniname.texi
@@ -6,7 +6,7 @@ This include file implements the association between a Unicode 
character and
 its name.
 
 The name of a Unicode character allows to distinguish it from other, similar
-looking characters.  For example, the character @samp{x} has tha name
+looking characters.  For example, the character @samp{x} has the name
 @code{"LATIN SMALL LETTER X"} and is therefore different from the character
 named @code{"MULTIPLICATION SIGN"}.
 
diff --git a/doc/uninorm.texi b/doc/uninorm.texi
index 2903c4c..5c4ad85 100644
--- a/doc/uninorm.texi
+++ b/doc/uninorm.texi
@@ -110,7 +110,7 @@ The following constant denotes the maximum size of 
decomposition of a single
 Unicode character.
 
 @deftypevr Macro {unsigned int} UC_DECOMPOSITION_MAX_LENGTH
-This macro expands to a constant that is the required size of buffer oassed to
+This macro expands to a constant that is the required size of buffer passed to
 the @code{uc_decomposition} and @code{uc_canonical_decomposition} functions.
 @end deftypevr
 
diff --git a/doc/unistr.texi b/doc/unistr.texi
index da95413..ffe907f 100644
--- a/doc/unistr.texi
+++ b/doc/unistr.texi
@@ -423,7 +423,7 @@ This function is similar to @posixfunc{strrchr} and 
@posixfunc{wcsrchr}, except
 that it operates on Unicode strings.
 @end deftypefun
 
-The following functions seach for the first occurrence of some Unicode
+The following functions search for the first occurrence of some Unicode
 character in or outside a given set of Unicode characters.
 
 @deftypefun size_t u8_strcspn (const uint8_t address@hidden, const uint8_t 
address@hidden)
-- 
1.6.1.505.gba743





reply via email to

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