summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-05-11 02:15:45 +0200
committerBruno Haible <bruno@clisp.org>2009-05-11 02:15:45 +0200
commita5d1310ba89b6516620cbf8f1efcbb5349f116a7 (patch)
tree69d850a8bca351cb7d869100d116e01a8ad10f5a
parent7e44f1d590a84678b99750034d3561a94e0da08c (diff)
downloadlibunistring-a5d1310ba89b6516620cbf8f1efcbb5349f116a7.tar.gz
Fix typo.
-rw-r--r--ChangeLog5
-rw-r--r--doc/unictype.texi2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3e29056..8b5f25d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2009-05-10 Bruno Haible <bruno@clisp.org>
+ * doc/unictype.texi (Mirrored character): Fix typo.
+ Reported by David Byron <dbyron@dbyron.com>.
+
+2009-05-10 Bruno Haible <bruno@clisp.org>
+
* doc/unicase.texi (Case mappings of characters,
Case mappings of strings): Explain what title case is.
Reported by Paolo Bonzini.
diff --git a/doc/unictype.texi b/doc/unictype.texi
index a154ead..129159c 100644
--- a/doc/unictype.texi
+++ b/doc/unictype.texi
@@ -637,7 +637,7 @@ characters that do not represent a number.
@cindex Unicode character, mirroring
Character mirroring is used to associate the closing parenthesis character
to the opening parenthesis character, the closing brace character with the
-closing brace character, and so on.
+opening brace character, and so on.
The following function looks up the mirrored character of a Unicode character.