You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by hd...@apache.org on 2012/01/23 14:56:09 UTC

svn commit: r1234799 - /incubator/ooo/trunk/main/i18npool/source/search/textsearch.cxx

Author: hdu
Date: Mon Jan 23 13:56:08 2012
New Revision: 1234799

URL: http://svn.apache.org/viewvc?rev=1234799&view=rev
Log:
fix minor typo in comment

Modified:
    incubator/ooo/trunk/main/i18npool/source/search/textsearch.cxx

Modified: incubator/ooo/trunk/main/i18npool/source/search/textsearch.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/i18npool/source/search/textsearch.cxx?rev=1234799&r1=1234798&r2=1234799&view=diff
==============================================================================
--- incubator/ooo/trunk/main/i18npool/source/search/textsearch.cxx (original)
+++ incubator/ooo/trunk/main/i18npool/source/search/textsearch.cxx Mon Jan 23 13:56:08 2012
@@ -708,7 +708,7 @@ void TextSearch::RESrchPrepare( const ::
 		(rOptions.transliterateFlags & SIMPLE_TRANS_MASK) ? sSrchStr
 		: ((rOptions.transliterateFlags & COMPLEX_TRANS_MASK) ? sSrchStr2 : rOptions.searchString);
 
-	sal_uInt32 nIcuSearchFlags = UREGEX_UWORD; // request UAX#29 unicode capbility
+	sal_uInt32 nIcuSearchFlags = UREGEX_UWORD; // request UAX#29 unicode capability
 	// map com::sun::star::util::SearchFlags to ICU uregex.h flags
 	// TODO: REG_EXTENDED, REG_NOT_BEGINOFLINE, REG_NOT_ENDOFLINE
 	// REG_NEWLINE is neither properly defined nor used anywhere => not implemented