From ad2eb6c4ba3ca36e2302c721a106dac80d266325 Mon Sep 17 00:00:00 2001 From: "Stefan Knorr (astron)" Date: Thu, 8 Dec 2011 09:05:20 +0100 Subject: Less succes, more success --- linguistic/source/convdic.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linguistic') 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 -- cgit