Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-10-17 10:39:13 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-10-17 10:39:13 +0400
commit61389bba41857ec468b5844e3fd9f713b4d9c4a5 (patch)
tree4f200e3bc3b8cb2a1c3dcf969a7883491502f0f0 /intern/ghost
parent67c15da97de7644fc4deb3ab1b03c3db22f1f647 (diff)
fix spelling mistakes in comments (and in some python error messages), nothing to effect translations.
Diffstat (limited to 'intern/ghost')
-rw-r--r--intern/ghost/intern/GHOST_SystemSDL.h2
-rw-r--r--intern/ghost/intern/GHOST_WindowSDL.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/intern/ghost/intern/GHOST_SystemSDL.h b/intern/ghost/intern/GHOST_SystemSDL.h
index 87d288117c5..d70bec610d6 100644
--- a/intern/ghost/intern/GHOST_SystemSDL.h
+++ b/intern/ghost/intern/GHOST_SystemSDL.h
@@ -110,7 +110,7 @@ private:
const GHOST_TEmbedderWindowID parentWindow
);
- /* SDL spesific */
+ /* SDL specific */
GHOST_WindowSDL * findGhostWindow(SDL_Window *sdl_win);
bool
diff --git a/intern/ghost/intern/GHOST_WindowSDL.h b/intern/ghost/intern/GHOST_WindowSDL.h
index 6b016b85126..62e1a71227f 100644
--- a/intern/ghost/intern/GHOST_WindowSDL.h
+++ b/intern/ghost/intern/GHOST_WindowSDL.h
@@ -70,7 +70,7 @@ public:
~GHOST_WindowSDL();
- /* SDL spesific */
+ /* SDL specific */
SDL_Window *
getSDLWindow()
{