diff options
author | Wol <anthony@youngman.org.uk> | 2010-11-10 11:17:17 +0000 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2010-11-10 14:19:45 +0100 |
commit | 28571c7c1b90ce015759242e5f0496e28ce50572 (patch) | |
tree | 8d8e658127d636b53fa572fdf560c33089cd29c8 /dbaccess | |
parent | 019c8a2c5318e4183a4b1f7ab1d52dfb31ac1007 (diff) |
Fix spelling mistakes
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/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 c3543358c..230a8a435 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 all invalid characters from the name. // #i95865# / 2008-11-06 / frank.schoenheit@sun.com // The general idea is to replace invalid characters with '_'. However, since "valid" essentially means |