Fix typos

Change-Id: Ic3efae53430fbb2c1eb7962c3cf69bf99315e55b
Reviewed-on: https://gerrit.libreoffice.org/26202
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: jan iversen <jani@documentfoundation.org>
This commit is contained in:
Andrea Gelmini
2016-06-13 00:48:03 +02:00
committed by jan iversen
parent 76d4cda617
commit d3c96c9f82
17 changed files with 22 additions and 22 deletions

View File

@@ -215,7 +215,7 @@ bool ConstantFunction::VisitFunctionDecl(const FunctionDecl * pFunctionDecl) {
if (aFunctionName == "ExceptionThrower_acquire_release_nop") {
return true;
}
// differetnt hook function is called on different platforms, /vcl/source/app/svmainhook.cxx
// different hook function is called on different platforms, /vcl/source/app/svmainhook.cxx
if (aFunctionName == "ImplSVMainHook") {
return true;
}