some more small re-branding changes (Bitcoin Core)

This commit is contained in:
Philip Kaufmann
2013-12-16 23:36:22 +01:00
parent 3743b80528
commit 46469d0f86
3 changed files with 4 additions and 4 deletions

View File

@@ -858,8 +858,8 @@ bool AppInit2(boost::thread_group& threadGroup, bool fForceServer)
}
}
// as LoadBlockIndex can take several minutes, it's possible the user
// requested to kill bitcoin-qt during the last operation. If so, exit.
// As LoadBlockIndex can take several minutes, it's possible the user
// requested to kill the GUI during the last operation. If so, exit.
// As the program has not fully started yet, Shutdown() is possibly overkill.
if (fRequestShutdown)
{