diff --git a/src/Base/StackWalker.cpp b/src/Base/StackWalker.cpp index b6ebeadb6e..64712ff401 100644 --- a/src/Base/StackWalker.cpp +++ b/src/Base/StackWalker.cpp @@ -305,7 +305,7 @@ public: if (GetFileAttributes(szTemp) == INVALID_FILE_ATTRIBUTES) { // ".local" file does not exist, so we can try to load the dbghelp.dll from the "Debugging Tools for Windows" - // Ok, first try the new path according to the archtitecture: + // Ok, first try the new path according to the architecture: #ifdef _M_IX86 if ( (m_hDbhHelp == NULL) && (GetEnvironmentVariable(_T("ProgramFiles"), szTemp, 4096) > 0) ) { diff --git a/src/Doc/Document.mm b/src/Doc/Document.mm index 98280ebdd7..daa544de17 100644 --- a/src/Doc/Document.mm +++ b/src/Doc/Document.mm @@ -34,7 +34,7 @@ - + diff --git a/src/Gui/Application.h b/src/Gui/Application.h index 977a65b3db..2e8089d665 100644 --- a/src/Gui/Application.h +++ b/src/Gui/Application.h @@ -223,7 +223,7 @@ public: /** @name Init, Destruct an Access methods */ //@{ - /// some kind of singelton + /// some kind of singleton static Application* Instance; static void initApplication(void); static void initTypes(void);