summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorHerbert Dürr <hdu@apache.org>2012-01-23 12:56:08 +0000
committerHerbert Dürr <hdu@apache.org>2012-01-23 12:56:08 +0000
commit669e1b35f314861186204bd928338aeeb081d93f (patch)
treec7f6979ed36d091dca7c6119078ad24a116b6582 /i18npool
parentf90b21329dd1d9950b6dc90ac498426919a1010b (diff)
fix minor typo in comment
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/source/search/textsearch.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/source/search/textsearch.cxx b/i18npool/source/search/textsearch.cxx
index 682cab353452..d2568e15bf64 100644
--- a/i18npool/source/search/textsearch.cxx
+++ b/i18npool/source/search/textsearch.cxx
@@ -708,7 +708,7 @@ void TextSearch::RESrchPrepare( const ::com::sun::star::util::SearchOptions& rOp
(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