summaryrefslogtreecommitdiff
path: root/vcl/source/app
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2012-08-23 08:08:38 +0200
committerJan Holesovsky <kendy@suse.cz>2012-08-23 17:54:00 +0200
commit1a3f44e52b31c520d52261af8a2f92b88e107459 (patch)
treeb08eea2a354b53d12311f985b93720906c107fb5 /vcl/source/app
parent35c9ffb2750178b558c71af12240cd5809a0314e (diff)
Fix typo in a comment (copied here and there).
Change-Id: Ic3c3e71a79ea8bf73a51fc7f001833d6ccedcb76
Diffstat (limited to 'vcl/source/app')
-rw-r--r--vcl/source/app/settings.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/app/settings.cxx b/vcl/source/app/settings.cxx
index aa6064f2e10d..421b65df383a 100644
--- a/vcl/source/app/settings.cxx
+++ b/vcl/source/app/settings.cxx
@@ -1508,7 +1508,7 @@ bool AllSettings::GetLayoutRTL() const
nUIMirroring = 0; // ask configuration only once
utl::OConfigurationNode aNode = utl::OConfigurationTreeRoot::tryCreateWithServiceFactory(
vcl::unohelper::GetMultiServiceFactory(),
- OUString("org.openoffice.Office.Common/I18N/CTL") ); // note: case sensisitive !
+ OUString("org.openoffice.Office.Common/I18N/CTL") ); // note: case sensitive !
if ( aNode.isValid() )
{
sal_Bool bTmp = sal_Bool();