Clang: Fix typo in function name

Change-Id: I6f3dd4cb41f52df440ce9d133cc199f6c66b742c
Reviewed-by: Marco Bubke <marco.bubke@theqtcompany.com>
This commit is contained in:
Nikolai Kosjar
2015-09-18 15:46:13 +02:00
parent c5941f9fec
commit 514efee682
2 changed files with 3 additions and 3 deletions

View File

@@ -326,7 +326,7 @@ void IpcCommunicator::registerCurrentCppEditorDocuments()
}
}
void IpcCommunicator::registerCurrrentCodeModelUiHeaders()
void IpcCommunicator::registerCurrentCodeModelUiHeaders()
{
using namespace CppTools;
@@ -506,7 +506,7 @@ void IpcCommunicator::initializeBackendWithCurrentData()
registerEmptyProjectForProjectLessFiles();
registerCurrentProjectParts();
registerCurrentCppEditorDocuments();
registerCurrrentCodeModelUiHeaders();
registerCurrentCodeModelUiHeaders();
emit backendReinitialized();
}