summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/docsh.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/docshell/docsh.cxx')
-rw-r--r--sc/source/ui/docshell/docsh.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/docshell/docsh.cxx b/sc/source/ui/docshell/docsh.cxx
index ad3b6bffee8f..96838a0bcdd7 100644
--- a/sc/source/ui/docshell/docsh.cxx
+++ b/sc/source/ui/docshell/docsh.cxx
@@ -2974,7 +2974,7 @@ void ScDocShell::ResetKeyBindings( ScOptionsUtil::KeyBindingType eType )
vector<const awt::KeyEvent*> aKeys;
aKeys.reserve(4);
- // Backsapce key
+ // Backspace key
awt::KeyEvent aBackspace;
aBackspace.KeyCode = awt::Key::BACKSPACE;
aBackspace.Modifiers = 0;