From 2fcaa29ffab7f68b2c9e94e6663102c7c7ed5b7e Mon Sep 17 00:00:00 2001 From: Cheng Renquan Date: Thu, 1 Sep 2011 10:52:18 -0700 Subject: [PATCH] --- yaml --- r: 274305 b: refs/heads/master c: 4e24dbfc26f8b8285c9ed2f92ffddf4eb8ab960a h: refs/heads/master i: 274303: 4a74109033ea461778a02e8ca899575bd3b826f3 v: v3 --- [refs] | 2 +- trunk/scripts/kconfig/nconf.gui.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index bfa9a39276ef..d067ad86ee08 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6a19492fc24c586402c1c8c710396ff65d176c9d +refs/heads/master: 4e24dbfc26f8b8285c9ed2f92ffddf4eb8ab960a diff --git a/trunk/scripts/kconfig/nconf.gui.c b/trunk/scripts/kconfig/nconf.gui.c index f8137b3a5382..d3af04e95288 100644 --- a/trunk/scripts/kconfig/nconf.gui.c +++ b/trunk/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; }