summaryrefslogtreecommitdiffstats
path: root/svtools
diff options
context:
space:
mode:
authorvincent <vincentgsoc2013@gmail.com>2013-03-22 22:11:49 +0800
committerThorsten Behrens <tbehrens@suse.com>2013-03-25 14:12:42 +0000
commit002a0d91e4b0d8214656741192ec3260a8764a73 (patch)
tree76c63ea121df7875577b17e9c72878fbd75f608a /svtools
parentFix pragma GCC diagnostic checks (diff)
downloadcore-002a0d91e4b0d8214656741192ec3260a8764a73.tar.gz
core-002a0d91e4b0d8214656741192ec3260a8764a73.zip
Fix spelling errors and typos: 'unkown' change to 'unknown'
Change-Id: Ia3ff77d2b99c9ef6c4c9b510bb30f349592c0b94 Reviewed-on: https://gerrit.libreoffice.org/3030 Reviewed-by: Thorsten Behrens <tbehrens@suse.com> Tested-by: Thorsten Behrens <tbehrens@suse.com>
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/config/menuoptions.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/config/menuoptions.cxx b/svtools/source/config/menuoptions.cxx
index 942417a3937f..0680e050b795 100644
--- a/svtools/source/config/menuoptions.cxx
+++ b/svtools/source/config/menuoptions.cxx
@@ -335,7 +335,7 @@ void SvtMenuOptions_Impl::Notify( const Sequence< OUString >& seqPropertyNames )
}
#if OSL_DEBUG_LEVEL > 1
- else DBG_ASSERT( sal_False, "SvtMenuOptions_Impl::Notify()\nUnkown property detected ... I can't handle these!\n" );
+ else DBG_ASSERT( sal_False, "SvtMenuOptions_Impl::Notify()\nUnknown property detected ... I can't handle these!\n" );
#endif
}