Fix typo "promt"

This commit is contained in:
Pasi Kallinen
2015-08-30 20:34:07 +03:00
parent 96f9997164
commit 25ea071aaa
2 changed files with 3 additions and 3 deletions

View File

@@ -2660,7 +2660,7 @@ const char *prompt; /* prompt to for menu */
/* Reverse the list so that items are in correct order. */
cw->mlist = reverse(cw->mlist);
/* Put the promt at the beginning of the menu. */
/* Put the prompt at the beginning of the menu. */
if (prompt) {
anything any;