From ac6e8ac7e407887a18bca6c835f85e372a4d0932 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Thu, 6 Feb 2014 23:21:40 +0100 Subject: typo fixes in comments Change-Id: Idd49478d59cd062118fbf8e99d1c8bc5250013fc --- basic/source/classes/sbxmod.cxx | 2 +- basic/source/uno/scriptcont.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'basic') diff --git a/basic/source/classes/sbxmod.cxx b/basic/source/classes/sbxmod.cxx index 1627f8edf87b..a75922bdc262 100644 --- a/basic/source/classes/sbxmod.cxx +++ b/basic/source/classes/sbxmod.cxx @@ -2640,7 +2640,7 @@ void SbUserFormModule::Unload() aParams[0] >>= nCancel; // basic boolean ( and what the user might use ) can be ambiguous ( e.g. basic true = -1 ) - // test agains 0 ( false ) and assume anything else is true + // test against 0 ( false ) and assume anything else is true // ( Note: ) this used to work ( something changes somewhere ) if (nCancel != 0) { diff --git a/basic/source/uno/scriptcont.cxx b/basic/source/uno/scriptcont.cxx index 2e65cc1e0617..35df29c923df 100644 --- a/basic/source/uno/scriptcont.cxx +++ b/basic/source/uno/scriptcont.cxx @@ -428,7 +428,7 @@ sal_Bool SAL_CALL SfxScriptLibraryContainer::verifyLibraryPassword bSuccess = implLoadPasswordLibrary( pImplLib, Name, sal_True ); if( bSuccess ) { - // The library gets modified by verifiying the password, because other- + // The library gets modified by verifying the password, because other- // wise for saving the storage would be copied and that doesn't work // with mtg's storages when the password is verified pImplLib->implSetModified( sal_True ); -- cgit