From b37a07f2da6c4fcc1a01cc3ea547c558c23edd71 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Wed, 20 Feb 2013 17:24:33 +0100 Subject: typo: allways -> always Change-Id: I48bd0161dd76c36eeaa39c45e9539584a4ef6841 --- unotools/source/i18n/textsearch.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'unotools') diff --git a/unotools/source/i18n/textsearch.cxx b/unotools/source/i18n/textsearch.cxx index 91051501f873..2b51179928f1 100644 --- a/unotools/source/i18n/textsearch.cxx +++ b/unotools/source/i18n/textsearch.cxx @@ -220,7 +220,7 @@ int TextSearch::SearchFrwrd( const String & rStr, xub_StrLen* pStart, { nRet = 1; // the XTextsearch returns in startOffset the higher position - // and the endposition is allways exclusive. + // and the endposition is always exclusive. // The caller of this function will have in startPos the // lower pos. and end *pStart = (xub_StrLen)aRet.startOffset[ 0 ]; @@ -252,7 +252,7 @@ sal_Bool TextSearch::SearchForward( const ::rtl::OUString &rStr, { nRet = sal_True; // the XTextsearch returns in startOffset the higher position - // and the endposition is allways exclusive. + // and the endposition is always exclusive. // The caller of this function will have in startPos the // lower pos. and end *pStart = aRet.startOffset[ 0 ]; @@ -284,7 +284,7 @@ int TextSearch::SearchBkwrd( const String & rStr, xub_StrLen* pStart, { nRet = 1; // the XTextsearch returns in startOffset the higher position - // and the endposition is allways exclusive. + // and the endposition is always exclusive. // The caller of this function will have in startPos the // lower pos. and end *pEnde = (xub_StrLen)aRet.startOffset[ 0 ]; -- cgit