From d3bde4126c7cc3509aae7b1c7dd34647bd2c6ff1 Mon Sep 17 00:00:00 2001 From: Philip Kaufmann Date: Thu, 2 Aug 2012 10:09:29 +0200 Subject: [PATCH] fix further spelling errors / remove a tab in the source --- src/init.cpp | 2 +- src/util.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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