From 857177b9db33e6587aecefa15e2a20c6c9bdef44 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Tue, 12 Nov 2019 01:14:32 -0500 Subject: spelling: reference --- qtools/qxml.cpp | 4 ++-- 1 file 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; -- cgit v0.12