diff options
author | robot-contrib <robot-contrib@yandex-team.com> | 2022-11-09 12:08:14 +0300 |
---|---|---|
committer | robot-contrib <robot-contrib@yandex-team.com> | 2022-11-09 12:08:14 +0300 |
commit | 41fc4a8aaa393fbb516c9e0edb6ffe98ab7097e5 (patch) | |
tree | 34b3b5b9a4efd0750c64693b2d62d7052454a88a /contrib/libs/expat/lib/xmltok_impl.h | |
parent | a2e4ed1195515c99e93377ea2e7804e80882e920 (diff) | |
download | ydb-41fc4a8aaa393fbb516c9e0edb6ffe98ab7097e5.tar.gz |
Update contrib/libs/expat to 2.5.0
Diffstat (limited to 'contrib/libs/expat/lib/xmltok_impl.h')
-rw-r--r-- | contrib/libs/expat/lib/xmltok_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libs/expat/lib/xmltok_impl.h b/contrib/libs/expat/lib/xmltok_impl.h index c518aada01..3469c4ae13 100644 --- a/contrib/libs/expat/lib/xmltok_impl.h +++ b/contrib/libs/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 = "!" */ |