summaryrefslogtreecommitdiffstats
path: root/qtools
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2019-11-12 06:14:32 (GMT)
committerJosh Soref <jsoref@users.noreply.github.com>2019-11-12 06:14:32 (GMT)
commit857177b9db33e6587aecefa15e2a20c6c9bdef44 (patch)
tree47e335874a1cec40740444ab3f47bd84006ae829 /qtools
parentd527e488a94304fadc8af879c39de29162698da1 (diff)
downloadDoxygen-857177b9db33e6587aecefa15e2a20c6c9bdef44.zip
Doxygen-857177b9db33e6587aecefa15e2a20c6c9bdef44.tar.gz
Doxygen-857177b9db33e6587aecefa15e2a20c6c9bdef44.tar.bz2
spelling: reference
Diffstat (limited to 'qtools')
-rw-r--r--qtools/qxml.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/qtools/qxml.cpp b/qtools/qxml.cpp
index f8a4e0d..b7a68fc 100644
--- a/qtools/qxml.cpp
+++ b/qtools/qxml.cpp
@@ -5175,11 +5175,11 @@ bool QXmlSimpleReader::parseEntityValue()
const signed char Init = 0;
const signed char Dq = 1; // EntityValue is double quoted
const signed char DqC = 2; // signed character
- const signed char DqPER = 3; // PERefence
+ const signed char DqPER = 3; // PEReference
const signed char DqRef = 4; // Reference
const signed char Sq = 5; // EntityValue is double quoted
const signed char SqC = 6; // signed character
- const signed char SqPER = 7; // PERefence
+ const signed char SqPER = 7; // PEReference
const signed char SqRef = 8; // Reference
const signed char Done = 9;