summaryrefslogtreecommitdiff
path: root/doc/unictype.texi
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2009-04-29 03:47:37 +0200
committerBruno Haible <bruno@clisp.org>2009-04-29 03:51:11 +0200
commit762d2dcffdc4cb172ba2088fde06d9f01c1d761c (patch)
treed3a87617e23a71acd44e70d579b42d7e574bbf82 /doc/unictype.texi
parentcccd2787a7a3049e290db81121671f2d463a3bca (diff)
downloadlibunistring-762d2dcffdc4cb172ba2088fde06d9f01c1d761c.tar.gz
Fix typos.
Diffstat (limited to 'doc/unictype.texi')
-rw-r--r--doc/unictype.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/unictype.texi b/doc/unictype.texi
index 8396d68..4dbcb15 100644
--- a/doc/unictype.texi
+++ b/doc/unictype.texi
@@ -57,7 +57,7 @@ information for all Unicode characters.
@deftp Type uc_general_category_t
This data type denotes a general category value. It is an immediate type that
-can be copied by simple assignment, without involving memory allcation. It is
+can be copied by simple assignment, without involving memory allocation. It is
not an array type.
@end deftp
@@ -675,7 +675,7 @@ The following type designates a property on Unicode characters.
@deftp Type uc_property_t
This data type denotes a boolean property on Unicode characters. It is an
immediate type that can be copied by simple assignment, without involving
-memory allcation. It is not an array type.
+memory allocation. It is not an array type.
@end deftp
Many Unicode properties are predefined.