diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-09-30 13:00:15 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-09-30 11:03:11 +0000 |
commit | 9956b99e68c45a82015766873b4b7f581462bef2 (patch) | |
tree | 0dc1780f79d1e17f05efe5132e504c99b9c69dd7 /linguistic | |
parent | 3764f7435eb00053e04ea3e8f042fcfc5c7826f2 (diff) |
Fix typos
Change-Id: I44bdb63bef76e9686e995661a24a3bef7cd50ab7
Reviewed-on: https://gerrit.libreoffice.org/18959
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'linguistic')
-rw-r--r-- | linguistic/source/gciterator.cxx | 2 | ||||
-rw-r--r-- | linguistic/source/gciterator.hxx | 2 | ||||
-rw-r--r-- | linguistic/source/spelldsp.cxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/linguistic/source/gciterator.cxx b/linguistic/source/gciterator.cxx index 365bf04b5473..eb6f90a45555 100644 --- a/linguistic/source/gciterator.cxx +++ b/linguistic/source/gciterator.cxx @@ -928,7 +928,7 @@ throw (uno::RuntimeException, std::exception) { ::osl::Guard< ::osl::Mutex > aGuard( MyMutex::get() ); - // releaase all UNO references + // release all UNO references m_xBreakIterator.clear(); diff --git a/linguistic/source/gciterator.hxx b/linguistic/source/gciterator.hxx index 75d9f8313fb9..9467de83d314 100644 --- a/linguistic/source/gciterator.hxx +++ b/linguistic/source/gciterator.hxx @@ -83,7 +83,7 @@ class GrammarCheckingIterator: >, public LinguDispatcher { - //the queue is keeping track of all senteces to be checked + //the queue is keeping track of all sentences to be checked //every element of this queue is a FlatParagraphEntry struct-object typedef std::deque< FPEntry > FPQueue_t; diff --git a/linguistic/source/spelldsp.cxx b/linguistic/source/spelldsp.cxx index 70cb45f2f1eb..e77fd3063d38 100644 --- a/linguistic/source/spelldsp.cxx +++ b/linguistic/source/spelldsp.cxx @@ -631,7 +631,7 @@ Reference< XSpellAlternatives > SpellCheckerDispatcher::spell_Impl( xRes = NULL; // list of proposals found (to be checked against entries of - // neagtive dictionaries) + // negative dictionaries) ProposalList aProposalList; sal_Int16 eFailureType = -1; // no failure if (xRes.is()) |