This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[patch] manual/charset.texi: fix typo in ISO 6937 description


2000-12-23  Ben Collins  <bcollins@debian.org>

	* manual/charset.texi: Fix typo in ISO 6937 description

-- 
 -----------=======-=-======-=========-----------=====------------=-=------
/  Ben Collins  --  ...on that fantastic voyage...  --  Debian GNU/Linux   \
`  bcollins@debian.org  --  bcollins@openldap.org  --  bcollins@linux.com  '
 `---=========------=======-------------=-=-----=-===-======-------=--=---'
Index: charset.texi
===================================================================
RCS file: /cvs/glibc/libc/manual/charset.texi,v
retrieving revision 1.26
diff -u -u -r1.26 charset.texi
--- charset.texi	2000/12/13 10:56:17	1.26
+++ charset.texi	2000/12/23 17:07:29
@@ -268,7 +268,7 @@
 themselves: one has to combine them with other characters to get the
 desired result.  E.g., the byte sequence @code{0xc2 0x61} (non-spacing
 acute accent, following by lower-case `a') to get the ``small a with
-acute'' character.  To get the acute accent character on its on one has
+acute'' character.  To get the acute accent character on its own, one has
 to write @code{0xc2 0x20} (the non-spacing acute followed by a space).
 
 This type of character set is used in some embedded systems such as

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]