From 07c6e76749559614743ca11efc9dec265f7cfacc Mon Sep 17 00:00:00 2001 From: Steven Meyer Date: Wed, 13 Mar 2013 08:57:14 +0100 Subject: fdo#60724: Fix spelling avaliable -> available. --- editeng/inc/editeng/splwrap.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editeng') diff --git a/editeng/inc/editeng/splwrap.hxx b/editeng/inc/editeng/splwrap.hxx index c3a559c8470c..d4c9b8da8732 100644 --- a/editeng/inc/editeng/splwrap.hxx +++ b/editeng/inc/editeng/splwrap.hxx @@ -128,7 +128,7 @@ protected: virtual sal_Bool HasOtherCnt(); // Are there any special areas? virtual void SpellStart( SvxSpellArea eSpell ); // Preparing the area virtual sal_Bool SpellContinue(); // Check Areas - // Result avaliable through GetLast + // Result available through GetLast virtual void ReplaceAll( const String &rNewText, sal_Int16 nLanguage ); //Replace word from the replace list virtual void StartThesaurus( const String &rWord, sal_uInt16 nLang ); virtual ::com::sun::star::uno::Reference< -- cgit