summaryrefslogtreecommitdiff
path: root/Modules/expat/xmltok_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/expat/xmltok_impl.h')
-rw-r--r--Modules/expat/xmltok_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/expat/xmltok_impl.h b/Modules/expat/xmltok_impl.h
index c518aada01..3469c4ae13 100644
--- a/Modules/expat/xmltok_impl.h
+++ b/Modules/expat/xmltok_impl.h
@@ -45,7 +45,7 @@ enum {
BT_LF, /* line feed = "\n" */
BT_GT, /* greater than = ">" */
BT_QUOT, /* quotation character = "\"" */
- BT_APOS, /* aposthrophe = "'" */
+ BT_APOS, /* apostrophe = "'" */
BT_EQUALS, /* equal sign = "=" */
BT_QUEST, /* question mark = "?" */
BT_EXCL, /* exclamation mark = "!" */