From 002a0d91e4b0d8214656741192ec3260a8764a73 Mon Sep 17 00:00:00 2001 From: vincent Date: Fri, 22 Mar 2013 22:11:49 +0800 Subject: Fix spelling errors and typos: 'unkown' change to 'unknown' Change-Id: Ia3ff77d2b99c9ef6c4c9b510bb30f349592c0b94 Reviewed-on: https://gerrit.libreoffice.org/3030 Reviewed-by: Thorsten Behrens Tested-by: Thorsten Behrens --- unotools/source/config/fontoptions.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unotools/source/config/fontoptions.cxx') diff --git a/unotools/source/config/fontoptions.cxx b/unotools/source/config/fontoptions.cxx index 768e4f97cdd3..16c616d09a3d 100644 --- a/unotools/source/config/fontoptions.cxx +++ b/unotools/source/config/fontoptions.cxx @@ -223,7 +223,7 @@ void SvtFontOptions_Impl::Notify( const Sequence< OUString >& seqPropertyNames ) seqValues[nProperty] >>= m_bFontWYSIWYG; } #if OSL_DEBUG_LEVEL > 1 - else DBG_ASSERT( sal_False, "SvtFontOptions_Impl::Notify()\nUnkown property detected ... I can't handle these!\n" ); + else DBG_ASSERT( sal_False, "SvtFontOptions_Impl::Notify()\nUnknown property detected ... I can't handle these!\n" ); #endif } } -- cgit