Skip to content
Snippets Groups Projects
Commit ccdd0e8e authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

fix timeout-down typo

parent d7c02134
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ char const *get_keybyid(key_enum_t key)
(key == T_FINISH ) ? "@timeout-finish" :
(key == T_KILL ) ? "@timeout-kill" :
(key == T_UP ) ? "@timeout-up" :
(key == T_DOWN ) ? "t@imeout-down" :
(key == T_DOWN ) ? "@timeout-down" :
(key == DEATH) ? "@maxdeath" :
(key == EXEC ) ? "@execute" :
(key == DESTINATION ) ? "@destination" :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment