summaryrefslogtreecommitdiff
path: root/linguistic/source
diff options
context:
space:
mode:
Diffstat (limited to 'linguistic/source')
-rw-r--r--linguistic/source/gciterator.cxx2
-rw-r--r--linguistic/source/gciterator.hxx2
-rw-r--r--linguistic/source/spelldsp.cxx2
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())