summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2013-05-14 15:51:42 +0200
committerAndras Timar <atimar@suse.com>2013-05-14 15:52:24 +0200
commite347af862c2289b16f231c9085492e913861e347 (patch)
tree30014c9c14005b778a6e4b34a81149746daad9ed /fpicker
parent833cafe4eb9e0bd6b599e8bcbb6d77f4f2243034 (diff)
typo fix: s/inavlid/invalid/
Change-Id: If75cad038f35033be6dcad6f051673bd795accf3
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/win32/filepicker/controlcommand.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/fpicker/source/win32/filepicker/controlcommand.cxx b/fpicker/source/win32/filepicker/controlcommand.cxx
index 33518470c5b4..222bb1960bc2 100644
--- a/fpicker/source/win32/filepicker/controlcommand.cxx
+++ b/fpicker/source/win32/filepicker/controlcommand.cxx
@@ -50,7 +50,7 @@ CControlCommandResult* SAL_CALL CControlCommand::handleRequest( CControlCommandR
// redirect the request to the next element
// so the base class implementation has to do it
- OSL_ENSURE( pRequest, "inavlid parameter" );
+ OSL_ENSURE( pRequest, "invalid parameter" );
CControlCommandResult* result;
CControlCommand* nextCommand;
@@ -206,7 +206,7 @@ void SAL_CALL CLabelControlCommand::exec( CFilePickerState* aFilePickerState )
CControlCommandResult* SAL_CALL CLabelControlCommand::handleRequest( CControlCommandRequest* aRequest )
{
- OSL_ENSURE( aRequest, "inavlid parameter" );
+ OSL_ENSURE( aRequest, "invalid parameter" );
CControlCommandResult* result;
CControlCommand* nextCommand;