mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
Merge pull request #1334 from rebroad/Exiting2Exited
Corrected grammar. As per Principle Of Least Surprise.
This commit is contained in:
commit
7563424f32
4 changed files with 10 additions and 10 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue