From 9869d08f3f69d9ccc39eeb30fa046784de8259a9 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 15 Jun 2015 17:03:57 +0200 Subject: Fix typos Change-Id: I28cfc629dc3d6ef54128615452667ccce86c1072 Reviewed-on: https://gerrit.libreoffice.org/16297 Reviewed-by: Michael Stahl Tested-by: Michael Stahl (cherry picked from commit 01532b1ab8f34ac0a87c17efaa2e6c7e9ac29b3b) --- sfx2/source/appl/app.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sfx2/source') diff --git a/sfx2/source/appl/app.cxx b/sfx2/source/appl/app.cxx index 43fc768b20f1..be15b0610fbd 100644 --- a/sfx2/source/appl/app.cxx +++ b/sfx2/source/appl/app.cxx @@ -393,7 +393,7 @@ void SfxApplication::SetProgress_Impl { DBG_ASSERT( ( !pAppData_Impl->pProgress && pProgress ) || ( pAppData_Impl->pProgress && !pProgress ), - "Progress acitivation/deacitivation mismatch" ); + "Progress activation/deactivation mismatch" ); if ( pAppData_Impl->pProgress && pProgress ) { -- cgit v1.2.3