X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7738c2e59a176412216663bbc3e37163eb913ccd..9905656a35761f368f6775f6f8d50ca393c63088:/include/wx/app.h diff --git a/include/wx/app.h b/include/wx/app.h index 5cd13556bb..887ddbdaad 100644 --- a/include/wx/app.h +++ b/include/wx/app.h @@ -92,7 +92,7 @@ public: // class OnInit() to do it. virtual bool OnInit(); - // this is here only temproary hopefully (FIXME) + // this is here only temporary hopefully (FIXME) virtual bool OnInitGui() { return true; } // This is the replacement for the normal main(): all program work should