From 2f66acd75dc490adea096407b8889c7f1f2705ef Mon Sep 17 00:00:00 2001 From: Romain Vimont Date: Sun, 24 Jun 2018 20:45:31 +0200 Subject: [PATCH] Improve English comment Replace "implying" by "involving" (both "impliquant" in French). --- app/src/inputmanager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/inputmanager.c b/app/src/inputmanager.c index e3f1433c..5179f762 100644 --- a/app/src/inputmanager.c +++ b/app/src/inputmanager.c @@ -150,7 +150,7 @@ void input_manager_process_key(struct input_manager *input_manager, SDL_bool shift = event->keysym.mod & (KMOD_LSHIFT | KMOD_RSHIFT); if (shift) { - // currently, there is no shortcut implying SHIFT + // currently, there is no shortcut involving SHIFT return; }