From e578e2b7855d0b474eed5b1ef6b808ba25295c06 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Tue, 5 Mar 2019 21:36:50 +0100 Subject: Typo: unexpectend->unexpected Change-Id: Id7aface81f907afdb046a22f1a64641718391000 Reviewed-on: https://gerrit.libreoffice.org/68776 Tested-by: Jenkins Reviewed-by: Julien Nabet --- linguistic/source/hyphdta.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linguistic/source/hyphdta.cxx') diff --git a/linguistic/source/hyphdta.cxx b/linguistic/source/hyphdta.cxx index 278eaa0d279f..3996fc5fb994 100644 --- a/linguistic/source/hyphdta.cxx +++ b/linguistic/source/hyphdta.cxx @@ -49,7 +49,7 @@ HyphenatedWord::HyphenatedWord(const OUString &rWord, LanguageType nLang, sal_In nLanguage (nLang) { OUString aSingleQuote( GetLocaleDataWrapper( nLanguage ).getQuotationMarkEnd() ); - DBG_ASSERT( 1 == aSingleQuote.getLength(), "unexpectend length of quotation mark" ); + DBG_ASSERT( 1 == aSingleQuote.getLength(), "unexpected length of quotation mark" ); if (!aSingleQuote.isEmpty()) { // ignore typographical apostrophes (which got replaced in original -- cgit