Corrected grammar. As per Principle Of Least Surprise.

This commit is contained in:
R E Broadley
2012-05-17 18:52:38 +01:00
parent d44ac73925
commit 1d764d631f
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);
}