fix deleted character

This commit is contained in:
bmagistro 2017-03-09 15:40:50 -05:00
parent 975f555f22
commit 522ec147a3

View File

@ -53,7 +53,7 @@ headerParseRecoveryMethod::headerLineError parsingContext::getHeaderParseErrorRe
void parsingContext::setHeaderParseErrorRecoveryMethod(headerParseRecoveryMethod::headerLineError recoveryMethod)
{
m_headrParseErrorRecovery = recoveryMethod;
m_headerParseErrorRecovery = recoveryMethod;
}