Skip to content

Commit

Permalink
scripts/kconfig/nconf: fix typo: unknow => unknown
Browse files Browse the repository at this point in the history
Signed-off-by: Cheng Renquan <crquan@gmail.com>
Acked-by: Arnaud Lacombe <lacombar@gmail.com>
  • Loading branch information
Cheng Renquan authored and Michal Marek committed Sep 9, 2011
1 parent 6a19492 commit 4e24dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/kconfig/nconf.gui.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 4e24dbf

Please sign in to comment.