From 214a6c791cbc0c1a190c430eb37056087e661344 Mon Sep 17 00:00:00 2001 From: Alan Jenkins Date: Sat, 8 Aug 2009 14:29:38 +0100 Subject: fix spelling Fix spelling in docbook comments, code comments, and a local variable name. Thanks to "ispell -h" for docbook HTML and "scspell" for source code. Signed-off-by: Alan Jenkins --- extras/keymap/keymap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extras/keymap') 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; -- cgit v1.2.3-54-g00ecf