[PATCH 2/4] Fix spelling mistakes

Wol anthony at youngman.org.uk
Wed Nov 10 03:17:17 PST 2010


---
 .../source/ext/macromigration/migrationengine.cxx  |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dbaccess/source/ext/macromigration/migrationengine.cxx b/dbaccess/source/ext/macromigration/migrationengine.cxx
index c354335..d0bc950 100644
--- a/dbaccess/source/ext/macromigration/migrationengine.cxx
+++ b/dbaccess/source/ext/macromigration/migrationengine.cxx
@@ -1163,7 +1163,7 @@ namespace dbmm
         aProgressMixer.registerPhase( PHASE_PYTHON, 1 );
         aProgressMixer.registerPhase( PHASE_JAVA, 1 );
         aProgressMixer.registerPhase( PHASE_BASIC, 5 );
-            // more weight than then others, assuming that usually, there are much more Basic macros than any other scripts
+            // more weight than the others, assuming that usually, there are many more Basic macros than any other scripts
         aProgressMixer.registerPhase( PHASE_DIALOGS, 1 );
 
         bool bSuccess = impl_checkScriptStorageStructure_nothrow( aSubDocument );
@@ -1232,7 +1232,7 @@ namespace dbmm
             // The bug requesting to change this is #i95409#.
             // Unfortunately, the storage implementation does not complain if you use invalid characters/names, but instead
             // it silently accepts them, and produces garbage in the file (#i95408).
-            // So, until especially the former is fixed, we need to strip the name from all invalid characters.
+            // So, until especially the former is fixed, we need to strip the name of all invalid characters.
             // #i95865# / 2008-11-06 / frank.schoenheit at sun.com
 
             // The general idea is to replace invalid characters with '_'. However, since "valid" essentially means
-- 
1.7.2.2


--------------070708070002000903060809
Content-Type: text/plain;
 name="0003-Translation-spelling-mistakes-and-dead-code.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename*0="0003-Translation-spelling-mistakes-and-dead-code.patch"



More information about the LibreOffice mailing list