summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.