Navigation Menu

Skip to content

Commit

Permalink
spelling: arg
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Nov 12, 2019
1 parent dad40ed commit 29af2ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/doxmlparser/src/memberhandler.cpp
Expand Up @@ -453,7 +453,7 @@ void MemberHandler::startArgsString(const QXmlAttributes&)
void MemberHandler::endArgsString()
{
m_argsstring = m_curString.stripWhiteSpace();
debug(2,"arggstring=%s\n",m_argsstring.data());
debug(2,"argstring=%s\n",m_argsstring.data());
}

void MemberHandler::startParam(const QXmlAttributes& attrib)
Expand Down

0 comments on commit 29af2ef

Please sign in to comment.