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:
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()
{