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>2014-08-13 02:38:16 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-08-13 02:38:16 +0400
commitdfd9bfd3a8ac8fef72d5547cdb7b0612f6ed6265 (patch)
tree8e86f6541a37e17f580d147ceec0fb2338db774c /intern/ghost
parent315c55916ba532eee35aceb17d48b589397338bc (diff)
Spelling
Diffstat (limited to 'intern/ghost')
-rw-r--r--intern/ghost/intern/GHOST_SystemWin32.cpp4
-rw-r--r--intern/ghost/intern/GHOST_WindowX11.h2
2 files changed, 2 insertions, 4 deletions
diff --git a/intern/ghost/intern/GHOST_SystemWin32.cpp b/intern/ghost/intern/GHOST_SystemWin32.cpp
index cad2aab0040..ca2768ec161 100644
--- a/intern/ghost/intern/GHOST_SystemWin32.cpp
+++ b/intern/ghost/intern/GHOST_SystemWin32.cpp
@@ -1439,9 +1439,7 @@ static bool isStartedFromCommandPrompt()
}
}
- /* When we're starting from a wrapper we need to comare with
- * parent process ID.
- */
+ /* When we're starting from a wrapper we need to compare with parent process ID. */
if (pid == (start_from_launcher ? ppid : GetCurrentProcessId()))
return true;
}
diff --git a/intern/ghost/intern/GHOST_WindowX11.h b/intern/ghost/intern/GHOST_WindowX11.h
index afe21b0ffce..faaa05efe82 100644
--- a/intern/ghost/intern/GHOST_WindowX11.h
+++ b/intern/ghost/intern/GHOST_WindowX11.h
@@ -279,7 +279,7 @@ protected:
/**
* Sets the cursor grab on the window using
* native window system calls.
- * \param warp Only used when grab is enabled, hides the mouse and allows gragging outside the screen.
+ * \param warp Only used when grab is enabled, hides the mouse and allows dragging outside the screen.
*/
GHOST_TSuccess
setWindowCursorGrab(