Fix a few typos.

This commit is contained in:
Gregory Nutt
2018-12-27 08:46:13 -06:00
parent 9b548e8ea2
commit 0c615ed586
7 changed files with 14 additions and 6 deletions

View File

@@ -89,7 +89,7 @@ int cmd_rquit(SESSION handle, int argc, char **argv)
{
printf("quit failed: %d\n", errno);
}
printf("Exitting...\n");
printf("Exiting...\n");
exit(0);
return ERROR;
}