summaryrefslogtreecommitdiffstats
path: root/fpicker
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-18 20:07:23 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-03-19 05:49:15 +0000
commitd948d66509022befdb6e2c589859ca7dee9e5347 (patch)
tree67b07fa61ce0ef26655ba69af33c531732e39955 /fpicker
parentfix typo/grammar: "the the" --> the (diff)
downloadcore-d948d66509022befdb6e2c589859ca7dee9e5347.tar.gz
core-d948d66509022befdb6e2c589859ca7dee9e5347.zip
Fix typos
Change-Id: I5c89a47e658ae4ad2b0cdfcdb4988c4b79353085 Reviewed-on: https://gerrit.libreoffice.org/35413 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/win32/filepicker/PreviewCtrl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/win32/filepicker/PreviewCtrl.cxx b/fpicker/source/win32/filepicker/PreviewCtrl.cxx
index 18bea27ed4dd..861b73adb9c0 100644
--- a/fpicker/source/win32/filepicker/PreviewCtrl.cxx
+++ b/fpicker/source/win32/filepicker/PreviewCtrl.cxx
@@ -178,7 +178,7 @@ CFilePreview* CFilePreview::createInstance(
catch( CAutoOleInit::COleInitException& )
{
OSL_ASSERT( !s_FilePreviewInst );
- OSL_FAIL( "OleInitalize failed" );
+ OSL_FAIL( "OleInitialize failed" );
}
}