summaryrefslogtreecommitdiff
path: root/linguistic
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-02 12:24:24 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-03-02 12:39:35 +0000
commit5bea199bae9986d7276a9b2379a577c6cea552ed (patch)
treecd9b75f7cb39b29a7a27244da2a187c224320613 /linguistic
parent51d996354f11048d7759cd7e206a2383421c2c81 (diff)
Fix typos
Change-Id: Ic6c41fbcc36c11a7528cde0986593a39c2d6738b Reviewed-on: https://gerrit.libreoffice.org/34803 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'linguistic')
-rw-r--r--linguistic/source/gciterator.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/linguistic/source/gciterator.hxx b/linguistic/source/gciterator.hxx
index a4d6fc1672d3..0d7a1855f37f 100644
--- a/linguistic/source/gciterator.hxx
+++ b/linguistic/source/gciterator.hxx
@@ -109,7 +109,7 @@ class GrammarCheckingIterator:
osl::Condition m_aWakeUpThread;
oslThread m_thread;
- //! beware of initilization order !
+ //! beware of initialization order!
struct MyMutex : public rtl::Static< osl::Mutex, MyMutex > {};
comphelper::OInterfaceContainerHelper2 m_aEventListeners;
comphelper::OInterfaceContainerHelper2 m_aNotifyListeners;