From e347af862c2289b16f231c9085492e913861e347 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Tue, 14 May 2013 15:51:42 +0200 Subject: typo fix: s/inavlid/invalid/ Change-Id: If75cad038f35033be6dcad6f051673bd795accf3 --- fpicker/source/win32/filepicker/controlcommand.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fpicker') 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; -- cgit v1.2.3