chiark / gitweb /
extras/keymap/check-keymaps.sh: Ignore comment-only lines
[elogind.git] / extras / keymap / keymap.c
index 117a41dbae594b81ad24051d7e71c94a4c4dbb36..b565c33e2fa010180ad3543b1df8ad16ea90dd8f 100644 (file)
@@ -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;