diff --git a/src/init.cpp b/src/init.cpp index 7bea45bbad1..6b96fc6c941 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -255,7 +255,7 @@ bool AppInit2(int argc, char* argv[]) // Remove tabs strUsage.erase(std::remove(strUsage.begin(), strUsage.end(), '\t'), strUsage.end()); #if defined(QT_GUI) && defined(WIN32) - // On windows, show a message box, as there is no stderr + // On Windows, show a message box, as there is no stderr ThreadSafeMessageBox(strUsage, _("Usage"), wxOK | wxMODAL); #else fprintf(stderr, "%s", strUsage.c_str()); diff --git a/src/util.h b/src/util.h index cfc1a620cb6..a19387f7e72 100644 --- a/src/util.h +++ b/src/util.h @@ -12,7 +12,7 @@ #include #include #else -typedef int pid_t; /* define for windows compatibility */ +typedef int pid_t; /* define for Windows compatibility */ #endif #include #include