Fix a typo

git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/branches/UNSTABLE@1044 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
Luchezar Georgiev 2004-09-15 09:01:28 +00:00
parent 91189d3608
commit 6aad41e7d5

View File

@ -1924,7 +1924,7 @@ STATIC VOID DoMenu(void)
if (MenuTimeout >= 0) if (MenuTimeout >= 0)
{ {
show_choices(choicey); show_choices(choicey);
printf(" Time remainig: %d ", MenuTimeout); printf(" Time remaining: %d ", MenuTimeout);
gotoxy(show_choices(choicey), choicey); gotoxy(show_choices(choicey), choicey);
key = GetBiosKey(1); /* poll keyboard 1 second */ key = GetBiosKey(1); /* poll keyboard 1 second */