summaryrefslogtreecommitdiff
path: root/framework/source/accelerators/keymapping.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/accelerators/keymapping.cxx')
-rw-r--r--framework/source/accelerators/keymapping.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/accelerators/keymapping.cxx b/framework/source/accelerators/keymapping.cxx
index c07231bf2fbd..188609b8eb87 100644
--- a/framework/source/accelerators/keymapping.cxx
+++ b/framework/source/accelerators/keymapping.cxx
@@ -197,7 +197,7 @@ bool KeyMapping::impl_st_interpretIdentifierAsPureKeyCode(const OUString& sIdent
return true;
}
- // 0 is normaly an error of the called method toInt32() ...
+ // 0 is normally an error of the called method toInt32() ...
// But we must be aware, that the identifier is "0"!
rCode = 0;
return sIdentifier == "0";