[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1314899542-5848-1-git-send-email-crquan@gmail.com>
Date: Thu, 1 Sep 2011 10:52:18 -0700
From: crquan@...il.com
To: linux-kbuild@...r.kernel.org, Arnaud Lacombe <lacombar@...il.com>
Cc: Sam Ravnborg <sam@...nborg.org>, Michal Marek <mmarek@...e.cz>,
Nir Tzachar <nir.tzachar@...il.com>,
Randy Dunlap <rdunlap@...otime.net>,
linux-kernel@...r.kernel.org, c.rq541@...cast.net
Subject: [PATCH V3 1/5] scripts/kconfig/nconf: fix typo: unknow => unknown
From: Cheng Renquan <crquan@...il.com>
Signed-off-by: Cheng Renquan <crquan@...il.com>
Acked-by: Arnaud Lacombe <lacombar@...il.com>
---
scripts/kconfig/nconf.gui.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/scripts/kconfig/nconf.gui.c b/scripts/kconfig/nconf.gui.c
index f8137b3..d3af04e 100644
--- a/scripts/kconfig/nconf.gui.c
+++ b/scripts/kconfig/nconf.gui.c
@@ -461,7 +461,7 @@ int dialog_inputbox(WINDOW *main_window,
result[cursor_position] = res;
cursor_position++;
} else {
- mvprintw(0, 0, "unknow key: %d\n", res);
+ mvprintw(0, 0, "unknown key: %d\n", res);
}
break;
}
--
1.7.6
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists