diff options
Diffstat (limited to 'contrib/expat/lib/xmltok_impl.h')
-rw-r--r-- | contrib/expat/lib/xmltok_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/expat/lib/xmltok_impl.h b/contrib/expat/lib/xmltok_impl.h index c518aada013d..3469c4ae138c 100644 --- a/contrib/expat/lib/xmltok_impl.h +++ b/contrib/expat/lib/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 = "!" */ |