X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=extras%2Fkeymap%2Fkeymap.c;h=b565c33e2fa010180ad3543b1df8ad16ea90dd8f;hp=117a41dbae594b81ad24051d7e71c94a4c4dbb36;hb=1230d021bd75de9b1503bbaa807d6a59789963db;hpb=0dcf1ce1f76325e88be8b1c6cc356a2123c9a757 diff --git a/extras/keymap/keymap.c b/extras/keymap/keymap.c index 117a41dba..b565c33e2 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;