diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-11-16 16:40:06 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-11-16 23:33:04 +0100 |
commit | 40d94e6084980ec710ee8032e4a214ec237c7c48 (patch) | |
tree | 9f8e389c7b5cd04bb6c380cd6773e41fcd4ab051 /fpicker | |
parent | 32865e69c9774d5545a3100158798b6763ff62f0 (diff) |
Fix typos
Change-Id: I25660634dcb9ebb31292275e31ed7a047e4ddd25
Reviewed-on: https://gerrit.libreoffice.org/63474
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/win32/workbench/Test_fps.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/win32/workbench/Test_fps.cxx b/fpicker/source/win32/workbench/Test_fps.cxx index 63b290a698eb..b801fcef3c50 100644 --- a/fpicker/source/win32/workbench/Test_fps.cxx +++ b/fpicker/source/win32/workbench/Test_fps.cxx @@ -341,7 +341,7 @@ int SAL_CALL main(int nArgc, char* Argv[], char* Env[] ) // Print a message if an error occurred. if ( xComponent.is() == sal_False ) { - OSL_FAIL("Error shuting down"); + OSL_FAIL("Error shutting down"); } // Dispose and clear factory |