diff options
Diffstat (limited to 'extras/keymap/keymap.c')
-rw-r--r-- | extras/keymap/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/keymap/keymap.c b/extras/keymap/keymap.c index 117a41dbae..b565c33e2f 100644 --- a/extras/keymap/keymap.c +++ b/extras/keymap/keymap.c @@ -247,7 +247,7 @@ static const char* default_keymap_path(const char* path) { static char result[PATH_MAX]; - /* If keymap file is given without a path, assume udev diretory; must end with '/' * */ + /* If keymap file is given without a path, assume udev directory; must end with '/' * */ if (!strchr(path, '/')) { snprintf(result, sizeof(result), "%s%s", LIBEXECDIR "/keymaps/", path); return result; |