Merge pull request #1650 from Diapolo/spelling_fixes

fix further spelling errors / remove a tab in the source
This commit is contained in:
Jeff Garzik
2012-08-02 14:36:45 -07:00
3 changed files with 5 additions and 5 deletions

View File

@@ -451,7 +451,7 @@ void HelpMessageBox::printToConsole()
void HelpMessageBox::showOrPrint()
{
#if defined(WIN32)
// On windows, show a message box, as there is no stderr/stdout in windowed applications
// On Windows, show a message box, as there is no stderr/stdout in windowed applications
exec();
#else
// On other operating systems, print help text to console