summaryrefslogtreecommitdiffstats
path: root/linguistic/source/misc2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'linguistic/source/misc2.cxx')
-rw-r--r--linguistic/source/misc2.cxx6
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;