diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-07-17 23:18:07 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-07-19 14:05:44 +0200 |
commit | a6b456076f4e4f689e77cffbb661f2cae62a1502 (patch) | |
tree | 5c226f7ef9f5890afeea46c38474c7a75bc89fde /sfx2 | |
parent | c69e7266916ac1b8917477fb4eccdb9098da5792 (diff) |
Fix typos
Change-Id: Ica623a5312196ff6a3538027e7c72ba4afe92f5c
Reviewed-on: https://gerrit.libreoffice.org/57604
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/control/shell.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/control/shell.cxx b/sfx2/source/control/shell.cxx index 3c48c749625e..42ff95827f77 100644 --- a/sfx2/source/control/shell.cxx +++ b/sfx2/source/control/shell.cxx @@ -546,7 +546,7 @@ void SfxShell::SetVerbs(const css::uno::Sequence < css::embed::VerbDescriptor >& for (sal_Int32 n=0; n<aVerbs.getLength(); n++) { sal_uInt16 nSlotId = SID_VERB_START + nr++; - DBG_ASSERT(nSlotId <= SID_VERB_END, "To many Verbs!"); + DBG_ASSERT(nSlotId <= SID_VERB_END, "Too many Verbs!"); if (nSlotId > SID_VERB_END) break; |