diff mbox

[04/37] Manual typos: Character Handling

Message ID 1462521305-19409-5-git-send-email-ricaljasan@pacific.net
State New
Headers show

Commit Message

Rical Jasan May 6, 2016, 7:54 a.m. UTC
2016-05-06  Rical Jasan  <ricaljasan@pacific.net>

	* manual/ctype.texi: Fix typos in the manual.
---
 manual/ctype.texi |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Chris Leonard May 7, 2016, 12:12 p.m. UTC | #1
+1

cjl

On Fri, May 6, 2016 at 3:54 AM,  <ricaljasan@pacific.net> wrote:
> 2016-05-06  Rical Jasan  <ricaljasan@pacific.net>
>
>         * manual/ctype.texi: Fix typos in the manual.
> ---
>  manual/ctype.texi |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
Mike Frysinger June 16, 2016, 4:37 a.m. UTC | #2
merged!
-mike
diff mbox

Patch

diff --git a/manual/ctype.texi b/manual/ctype.texi
index 2d73d4e..818c095 100644
--- a/manual/ctype.texi
+++ b/manual/ctype.texi
@@ -345,8 +345,8 @@  This type is defined in @file{wctype.h}.
 @c compiler optimizations, but given the decision that setlocale is
 @c MT-Unsafe, all this would afford us would be the ability to not mark
 @c this function with @mtslocale.
-The @code{wctype} returns a value representing a class of wide
-characters which is identified by the string @var{property}.  Beside
+@code{wctype} returns a value representing a class of wide
+characters which is identified by the string @var{property}.  Besides
 some standard properties each locale can define its own ones.  In case
 no property with the given name is known for the current locale
 selected for the @code{LC_CTYPE} category, the function returns zero.