Commit 4e24dbfc authored by Cheng Renquan's avatar Cheng Renquan Committed by Michal Marek

scripts/kconfig/nconf: fix typo: unknow => unknown

Signed-off-by: default avatarCheng Renquan <crquan@gmail.com>
Acked-by: default avatarArnaud Lacombe <lacombar@gmail.com>
parent 6a19492f
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment