summaryrefslogtreecommitdiff
path: root/linguistic
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-06-23 20:30:11 +0200
committerAshod Nakashian <ashod.nakashian@collabora.co.uk>2016-02-06 09:51:34 -0500
commit53ade60932857cb9b8b71520bf73c96a2e98dc11 (patch)
treecb4211a170619c5bd417bf245f88935b9468b99d /linguistic
parenta68d4460558c52ea7cc17295caa1ce32e2b54673 (diff)
Typo: iff->if
Change-Id: I3fc60856b5a56e71d70b55c89323be074bdec3b3 (cherry picked from commit cf92da3d6e1de14756efe3f1ee79f393a2f3787d)
Diffstat (limited to 'linguistic')
-rw-r--r--linguistic/source/lngsvcmgr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/linguistic/source/lngsvcmgr.cxx b/linguistic/source/lngsvcmgr.cxx
index 1ea8c073b0da..1da94b133ee7 100644
--- a/linguistic/source/lngsvcmgr.cxx
+++ b/linguistic/source/lngsvcmgr.cxx
@@ -1653,7 +1653,7 @@ uno::Sequence< lang::Locale > SAL_CALL
static bool IsEqSvcList( const uno::Sequence< OUString > &rList1,
const uno::Sequence< OUString > &rList2 )
{
- // returns sal_True iff both sequences are equal
+ // returns sal_True if both sequences are equal
bool bRes = false;
sal_Int32 nLen = rList1.getLength();