Merge pull request #1334 from rebroad/Exiting2Exited

Corrected grammar. As per Principle Of Least Surprise.
This commit is contained in:
Jeff Garzik
2012-05-17 11:29:09 -07:00
4 changed files with 10 additions and 10 deletions

View File

@@ -62,7 +62,7 @@ void Shutdown(void* parg)
delete pwalletMain;
CreateThread(ExitTimeout, NULL);
Sleep(50);
printf("Bitcoin exiting\n\n");
printf("Bitcoin exited\n\n");
fExit = true;
exit(0);
}