summaryrefslogtreecommitdiff
path: root/framework/source/services/pathsettings.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/services/pathsettings.cxx')
-rw-r--r--framework/source/services/pathsettings.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/services/pathsettings.cxx b/framework/source/services/pathsettings.cxx
index e1a99f08d3bd..db5f427f2a08 100644
--- a/framework/source/services/pathsettings.cxx
+++ b/framework/source/services/pathsettings.cxx
@@ -1064,7 +1064,7 @@ void PathSettings::impl_purgeKnownPaths(PathSettings::PathInfo& rPath,
rPath.lUserPaths.erase(pItem);
}
- // Erase itsems not in lList from the user path list.
+ // Erase items not in lList from the user path list.
pIt = rPath.lUserPaths.begin();
while ( pIt != rPath.lUserPaths.end() )
{