diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-11-25 22:05:13 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2013-11-25 22:05:13 +0100 |
commit | 983e0332737c9bdb114ca2132f4c90d33428dbba (patch) | |
tree | 2ec31e95004e836fdc61095110cd78dc8d74f11c /sfx2 | |
parent | 396dd770eb8e12b89865b2e2b899b801e4e6bd34 (diff) |
Fix different typos for "unknown"
Change-Id: Ib2ee00d4e9f4c6c05d090adfcd5fb791fcbca72c
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/control/objface.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/control/objface.cxx b/sfx2/source/control/objface.cxx index 2778b393a6a0..9242e94b39fc 100644 --- a/sfx2/source/control/objface.cxx +++ b/sfx2/source/control/objface.cxx @@ -366,7 +366,7 @@ const SfxSlot* SfxInterface::GetRealSlot( sal_uInt16 nSlotId ) const { if(pGenoType) return pGenoType->GetRealSlot(nSlotId); - OSL_FAIL("unkonown Slot"); + OSL_FAIL("unknown Slot"); return 0; } |