summaryrefslogtreecommitdiff
path: root/lingucomponent
diff options
context:
space:
mode:
Diffstat (limited to 'lingucomponent')
-rw-r--r--lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx b/lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx
index 5bf39b19ed76..e124a9c6e61d 100644
--- a/lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx
+++ b/lingucomponent/source/hyphenator/hyphen/hyphenimp.cxx
@@ -681,7 +681,7 @@ Reference< XPossibleHyphens > SAL_CALL Hyphenator::createPossibleHyphens( const
{
// linguistic::PossibleHyphens is stuck with
// css::uno::Sequence<sal_Int16> because of
- // css.linguistic2.XPossibleHpyhens.getHyphenationPositions, so
+ // css.linguistic2.XPossibleHyphens.getHyphenationPositions, so
// any further positions need to be ignored:
assert(i >= SAL_MIN_INT16);
if (i > SAL_MAX_INT16)