diff options
author | Jesús Corrius <jesus@softcatala.org> | 2012-02-01 14:42:58 +0100 |
---|---|---|
committer | Jesús Corrius <jesus@softcatala.org> | 2012-02-01 14:43:37 +0100 |
commit | 7be0cc289d9745e0842c4fa6c0a6ac3450f3801b (patch) | |
tree | 5b349b17cc872dfb45ef5ec73a6ba2eec27a37ef /linguistic | |
parent | e8b7f1faaf3b0fd837a236a4a53d0f7392723713 (diff) |
A few safe replacements of pathes->paths
Diffstat (limited to 'linguistic')
-rw-r--r-- | linguistic/source/misc2.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linguistic/source/misc2.cxx b/linguistic/source/misc2.cxx index 8ca3cc0bdca0..40633659eec7 100644 --- a/linguistic/source/misc2.cxx +++ b/linguistic/source/misc2.cxx @@ -104,10 +104,10 @@ static uno::Sequence< rtl::OUString > GetMultiPaths_Impl( } if (bSuccess) { - // build resulting sequence by adding the pathes in the following order: + // build resulting sequence by adding the paths in the following order: // 1. writable path - // 2. all user pathes - // 3. all internal pathes + // 2. all user paths + // 3. all internal paths sal_Int32 nMaxEntries = aInternalPaths.getLength() + aUserPaths.getLength(); if (!aWritablePath.isEmpty()) ++nMaxEntries; |