Fixed spelling of method name

This commit is contained in:
Thorbjørn Lindeijer
2009-09-16 15:38:30 +02:00
parent 19f4466e3c
commit 0e3515130b
4 changed files with 6 additions and 6 deletions

View File

@@ -1268,7 +1268,7 @@ bool CPPEditor::isElectricCharacter(const QChar &ch) const
return false;
}
bool CPPEditor::contextAllowsAutoParenthesis(const QTextCursor &cursor) const
bool CPPEditor::contextAllowsAutoParentheses(const QTextCursor &cursor) const
{
CPlusPlus::TokenUnderCursor tokenUnderCursor;
const SimpleToken tk = tokenUnderCursor(cursor);