From 26a67002fcb9381b54de6cae1aaa37120d49066a Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 18 May 2017 16:27:05 +0200 Subject: Fix typos Only replaced "iff" with "if" Change-Id: Ib9dfa5c12b05500043147fe3b65f923b1b12a581 Reviewed-on: https://gerrit.libreoffice.org/37782 Tested-by: Jenkins Reviewed-by: Eike Rathke --- linguistic/source/lngsvcmgr.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linguistic/source') diff --git a/linguistic/source/lngsvcmgr.cxx b/linguistic/source/lngsvcmgr.cxx index dbaf1de9c0d6..94ce8c74da47 100644 --- a/linguistic/source/lngsvcmgr.cxx +++ b/linguistic/source/lngsvcmgr.cxx @@ -1578,7 +1578,7 @@ uno::Sequence< lang::Locale > SAL_CALL static bool IsEqSvcList( const uno::Sequence< OUString > &rList1, const uno::Sequence< OUString > &rList2 ) { - // returns true iff both sequences are equal + // returns true if both sequences are equal bool bRes = false; sal_Int32 nLen = rList1.getLength(); -- cgit