fix spelling mistakes in comments (and in some python error messages), nothing to effect translations.

This commit is contained in:
Campbell Barton
2011-10-17 06:39:13 +00:00
parent 67c15da97d
commit 61389bba41
35 changed files with 42 additions and 42 deletions

View File

@@ -110,7 +110,7 @@ private:
const GHOST_TEmbedderWindowID parentWindow
);
/* SDL spesific */
/* SDL specific */
GHOST_WindowSDL * findGhostWindow(SDL_Window *sdl_win);
bool

View File

@@ -70,7 +70,7 @@ public:
~GHOST_WindowSDL();
/* SDL spesific */
/* SDL specific */
SDL_Window *
getSDLWindow()
{