summaryrefslogtreecommitdiff
path: root/framework/source/accelerators/globalacceleratorconfiguration.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-02 12:26:19 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-03-03 06:57:58 +0000
commit34e1739d56411c81359e24dce500cb54bba6c092 (patch)
tree6118d095d61d6744f8380bdbf4338cd709f5b54b /framework/source/accelerators/globalacceleratorconfiguration.cxx
parentbcb402298f653146af672ecfca2381062d78c6f2 (diff)
Fix typos
Change-Id: Ieb35517ba57ca62526e84f6b6cee4c9129b4380a Reviewed-on: https://gerrit.libreoffice.org/34805 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'framework/source/accelerators/globalacceleratorconfiguration.cxx')
-rw-r--r--framework/source/accelerators/globalacceleratorconfiguration.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/accelerators/globalacceleratorconfiguration.cxx b/framework/source/accelerators/globalacceleratorconfiguration.cxx
index d8d1f859ceb7..08e861f0778b 100644
--- a/framework/source/accelerators/globalacceleratorconfiguration.cxx
+++ b/framework/source/accelerators/globalacceleratorconfiguration.cxx
@@ -90,7 +90,7 @@ void GlobalAcceleratorConfiguration::fillCache()
#if 0
// get current office locale ... but don't cache it.
// Otherwise we must be listener on the configuration layer
- // which seems to superflous for this small implementation .-)
+ // which seems to superfluous for this small implementation .-)
// XXX: what is this good for? it was a comphelper::Locale but unused
LanguageTag aLanguageTag(m_sLocale);
#endif