summaryrefslogtreecommitdiff
path: root/linguistic
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-06-22 14:31:42 +0200
committerAshod Nakashian <ashod.nakashian@collabora.co.uk>2016-02-06 09:49:32 -0500
commitf8302e8876a121df81643555e81f375c4fd0b302 (patch)
tree89432732544b2713b8d06ce90266bafc1a6c0cc4 /linguistic
parent1751a6d706e2ebe4027932a853df3facd1b91486 (diff)
Fix typos
Reviewed-on: https://gerrit.libreoffice.org/16408 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com> (cherry picked from commit aade27554d427649810f5635133519cadfa8002f) Change-Id: I60ed5eb658d50cbc7dc572facb5463b7527b4d9b
Diffstat (limited to 'linguistic')
-rw-r--r--linguistic/source/hyphdsp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/linguistic/source/hyphdsp.cxx b/linguistic/source/hyphdsp.cxx
index 45c3564991ca..1bf78a311604 100644
--- a/linguistic/source/hyphdsp.cxx
+++ b/linguistic/source/hyphdsp.cxx
@@ -321,7 +321,7 @@ Reference< XHyphenatedWord > SAL_CALL
if (xEntry.is())
{
//! because queryDictionaryEntry (in the end DictionaryNeo::getEntry)
- //! does not distinguish betwee "XYZ" and "XYZ." in order to avoid
+ //! does not distinguish between "XYZ" and "XYZ." in order to avoid
//! to require them as different entry we have to supply the
//! original word here as well so it can be used in th result
//! otherwise a strange effect may occur (see #i22591#)