summaryrefslogtreecommitdiff
path: root/manual/charset.texi
diff options
context:
space:
mode:
authorVille Skytta <ville.skytta@iki.fi>2013-12-30 15:29:35 +0100
committerOndřej Bílka <neleai@seznam.cz>2013-12-30 15:42:26 +0100
commit9dcc8f116c57767cbdb967d57523c2050c25a583 (patch)
tree8a1644d71deb804b101852a3ff5cdfb72ad5ba93 /manual/charset.texi
parentd97ae285e8c82cc07b719283e8a3dc799c1b9587 (diff)
Fix spelling in manual, as in bug 16376
Diffstat (limited to 'manual/charset.texi')
-rw-r--r--manual/charset.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/charset.texi b/manual/charset.texi
index 4042639305..a3e2577bfc 100644
--- a/manual/charset.texi
+++ b/manual/charset.texi
@@ -956,7 +956,7 @@ extensions that can help in some important situations.
@comment ISO
@deftypefun size_t mbsrtowcs (wchar_t *restrict @var{dst}, const char **restrict @var{src}, size_t @var{len}, mbstate_t *restrict @var{ps})
The @code{mbsrtowcs} function (``multibyte string restartable to wide
-character string'') converts an NUL-terminated multibyte character
+character string'') converts a NUL-terminated multibyte character
string at @code{*@var{src}} into an equivalent wide character string,
including the NUL wide character at the end. The conversion is started
using the state information from the object pointed to by @var{ps} or
@@ -2485,7 +2485,7 @@ destination character sets, respectively. If the characters all have the
same size, the minimum and maximum values are the same.
@item __stateful
-This element must be initialized to an nonzero value if the source
+This element must be initialized to a nonzero value if the source
character set is stateful. Otherwise it must be zero.
@end table