diff options
author | Stefan Knorr (astron) <heinzlesspam@gmail.com> | 2011-12-08 09:05:20 +0100 |
---|---|---|
committer | Stefan Knorr (astron) <heinzlesspam@gmail.com> | 2011-12-08 09:06:09 +0100 |
commit | ad2eb6c4ba3ca36e2302c721a106dac80d266325 (patch) | |
tree | aa06f1d4b3473fd64f886b89b27af05dd043374f /linguistic | |
parent | 79b00c41863bcb0d0cc1781d18e97d5871667fb0 (diff) |
Less succes, more success
Diffstat (limited to 'linguistic')
-rw-r--r-- | linguistic/source/convdic.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linguistic/source/convdic.cxx b/linguistic/source/convdic.cxx index a7b5cebd8076..4662a360776e 100644 --- a/linguistic/source/convdic.cxx +++ b/linguistic/source/convdic.cxx @@ -228,7 +228,7 @@ ConvDic::ConvDic( //! that could be found by the dictionary-list implementation // (Note: empty dictionaries are not just empty files!) Save(); - bIsReadonly = IsReadOnly( rMainURL ); // will be sal_False if Save was succesfull + bIsReadonly = IsReadOnly( rMainURL ); // will be sal_False if Save was successful } } else |