diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-06-13 09:12:34 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-06-13 09:13:52 +0200 |
commit | 3754474cdea72ebe7f09457ef82a5c3131d06b78 (patch) | |
tree | bc2ce16e15475dda27d89f61d8cb2b0558df27ed /linguistic | |
parent | d56b125f6c6c18ac40712cefc3cec06530750e15 (diff) |
Typos
Change-Id: I21c352a63d668c174eef212dbfbe6346c678ce4d
Diffstat (limited to 'linguistic')
-rw-r--r-- | linguistic/source/gciterator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linguistic/source/gciterator.cxx b/linguistic/source/gciterator.cxx index 35c9fe493d33..2fe33bff5ff5 100644 --- a/linguistic/source/gciterator.cxx +++ b/linguistic/source/gciterator.cxx @@ -453,7 +453,7 @@ uno::Reference< linguistic2::XProofreader > GrammarCheckingIterator::GetGrammarC { xRes = aImplNameIt->second; } - else // the service is to be instatiated here for the first time... + else // the service is to be instantiated here for the first time... { try { |