summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2015-10-02 08:46:40 +0200
committerKevin O'Connor <kevin@koconnor.net>2015-10-09 13:34:28 -0400
commit6bcacf7d19b1dc7fcd99f55491e93514f1f19279 (patch)
tree6e7a14b3da4433ea6b1bada424f86938b6a928d0 /scripts
parent62de31b4feb5eacc4139f4d9fc28ae102921b4c7 (diff)
downloadqemu-seabios-6bcacf7d19b1dc7fcd99f55491e93514f1f19279.tar.gz
Fix typos found by codespell
Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/kconfig/lxdialog/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/lxdialog/util.c b/scripts/kconfig/lxdialog/util.c
index f7abdeb..2a0d182 100644
--- a/scripts/kconfig/lxdialog/util.c
+++ b/scripts/kconfig/lxdialog/util.c
@@ -376,7 +376,7 @@ void print_title(WINDOW *dialog, const char *title, int width)
/*
* Print a string of text in a window, automatically wrap around to the
* next line if the string is too long to fit on one line. Newline
- * characters '\n' are propperly processed. We start on a new line
+ * characters '\n' are properly processed. We start on a new line
* if there is no room for at least 4 nonblanks following a double-space.
*/
void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x)