fix further spelling errors / remove a tab in the source

This commit is contained in:
Philip Kaufmann
2012-08-02 10:09:29 +02:00
parent 381e87cbd2
commit efdcf94174
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