summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-04-09 13:06:30 +0300
committerTor Lillqvist <tml@iki.fi>2012-04-09 14:19:56 +0300
commite1c10e673c0d1a72f6aa53c257c3aac5fc02f380 (patch)
treeaafdd9adddb5ef9081362fd6ab3454a3b4c5a577 /framework
parentb42c792f50ed11a3efc9c20a4e7eed5163fdaed7 (diff)
s/pathes/paths/
Diffstat (limited to 'framework')
-rw-r--r--framework/source/fwi/classes/protocolhandlercache.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/source/fwi/classes/protocolhandlercache.cxx b/framework/source/fwi/classes/protocolhandlercache.cxx
index 10a233d4d0cd..229767cae71b 100644
--- a/framework/source/fwi/classes/protocolhandlercache.cxx
+++ b/framework/source/fwi/classes/protocolhandlercache.cxx
@@ -248,9 +248,9 @@ void HandlerCache::takeOver(HandlerHash* pHandler, PatternHash* pPattern)
HandlerCFGAccess::HandlerCFGAccess( const ::rtl::OUString& sPackage )
: ConfigItem( sPackage )
{
- css::uno::Sequence< ::rtl::OUString > lListenPathes(1);
- lListenPathes[0] = SETNAME_HANDLER;
- EnableNotification(lListenPathes);
+ css::uno::Sequence< ::rtl::OUString > lListenPaths(1);
+ lListenPaths[0] = SETNAME_HANDLER;
+ EnableNotification(lListenPaths);
}
//_________________________________________________________________________________________________________________