summaryrefslogtreecommitdiffstats
path: root/src/shortcuts.cpp
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2019-03-21 02:37:06 +0000
committerluz.paz <luzpaz@users.noreply.github.com>2019-03-21 02:37:06 +0000
commitd8480e53803e8971673f879ec6895971e991a09f (patch)
treed30213bd55148b1bb4a2c13a028a10a9b68662ef /src/shortcuts.cpp
parentFix #116: Wrong element names shown in XML editor for circles and ellipses (diff)
downloadinkscape-d8480e53803e8971673f879ec6895971e991a09f.tar.gz
inkscape-d8480e53803e8971673f879ec6895971e991a09f.zip
Misc. typos and whitespace fixes
Found via `codespell -q 3 -I ../inkscape-whitelist.txt -S *.svg,*.po,./src/3rdparty`
Diffstat (limited to 'src/shortcuts.cpp')
-rw-r--r--src/shortcuts.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shortcuts.cpp b/src/shortcuts.cpp
index 9714a61c0..15a7eb9a1 100644
--- a/src/shortcuts.cpp
+++ b/src/shortcuts.cpp
@@ -142,7 +142,7 @@ static bool try_shortcuts_file(char const *filename, bool const is_user_set) {
* Usage of group 0 (i.e. the main, typically English layout) instead of simply event->keyval
* ensures that shortcuts work regardless of the active keyboard layouts (e.g. Cyrillic).
*
- * The effective modifiers are the modifers that were not "consumed" by the translation and
+ * The effective modifiers are the modifiers that were not "consumed" by the translation and
* can be used by the application to define a shortcut, e.g.
* - when pressing "Shift+9" the resulting character is "("
* the shift key was "consumed" to make this character and should not be part of the shortcut