aboutsummaryrefslogtreecommitdiffstats
path: root/xmlregexp.c
diff options
context:
space:
mode:
authorMichael Wood <esiotrot@gmail.com>2012-09-28 08:59:33 +0200
committerDaniel Veillard <veillard@redhat.com>2012-10-30 10:18:49 +0800
commitfb27e2cd204ddb2cb0163b4b6418cc494889d279 (patch)
tree4228e46cd9bfa83f6a0f21a2a953486963a91f18 /xmlregexp.c
parent0ad948ede2b5060a144c72e4e27c38d24a272ef4 (diff)
downloadandroid_external_libxml2-fb27e2cd204ddb2cb0163b4b6418cc494889d279.tar.gz
android_external_libxml2-fb27e2cd204ddb2cb0163b4b6418cc494889d279.tar.bz2
android_external_libxml2-fb27e2cd204ddb2cb0163b4b6418cc494889d279.zip
Fix spelling of "length".
Diffstat (limited to 'xmlregexp.c')
-rw-r--r--xmlregexp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmlregexp.c b/xmlregexp.c
index 68e7bed9..1f9911c7 100644
--- a/xmlregexp.c
+++ b/xmlregexp.c
@@ -6838,7 +6838,7 @@ xmlExpRef(xmlExpNodePtr exp) {
* xmlExpNewAtom:
* @ctxt: the expression context
* @name: the atom name
- * @len: the atom name lenght in byte (or -1);
+ * @len: the atom name length in byte (or -1);
*
* Get the atom associated to this name from that context
*
@@ -6975,7 +6975,7 @@ tail:
* @ctxt: the expression context
* @exp: the expression
* @langList: where to store the tokens
- * @len: the allocated lenght of @list
+ * @len: the allocated length of @list
*
* Find all the strings used in @exp and store them in @list
*
@@ -7041,7 +7041,7 @@ tail:
* @ctxt: the expression context
* @exp: the expression
* @tokList: where to store the tokens
- * @len: the allocated lenght of @list
+ * @len: the allocated length of @list
*
* Find all the strings that appears at the start of the languages
* accepted by @exp and store them in @list. E.g. for (a, b) | c