Fixed the " til " typos.

This commit is contained in:
Greg King
2015-09-06 12:23:58 -04:00
parent 8d5f6b89ae
commit a555f121fd
4 changed files with 4 additions and 4 deletions

View File

@@ -1885,7 +1885,7 @@ int main (int argc, char* argv[])
ExecCmd (&Args, MainCmds, sizeof (MainCmds) / sizeof (MainCmds[0]));
}
/* Loop til program end */
/* Loop until program end */
while (!Terminate) {
/* Output a prompt, then read the input */