From 6e091752efb5044faea9a487e8b1f7c0bcfe4a2a Mon Sep 17 00:00:00 2001 From: Nyall Dawson Date: Mon, 30 Jul 2018 14:39:18 +1000 Subject: [PATCH] Typo --- src/app/qgisapp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/qgisapp.cpp b/src/app/qgisapp.cpp index 0444c1b6458..ec796b91370 100644 --- a/src/app/qgisapp.cpp +++ b/src/app/qgisapp.cpp @@ -1218,7 +1218,7 @@ QgisApp::QgisApp( QSplashScreen *splash, bool restorePlugins, bool skipVersionCh endProfile(); // do main window customization - after window state has been restored, before the window is shown - startProfile( QStringLiteral( "Update customiziation on main window" ) ); + startProfile( QStringLiteral( "Update customization on main window" ) ); QgsCustomization::instance()->updateMainWindow( mToolbarMenu ); endProfile();