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>2012-03-13 10:22:43 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-03-13 10:22:43 +0400
commit2fbb5ce8338838a58f7cf518ceaa40580d290791 (patch)
tree88929234cb13bdeb45fc911d4bad9daa2a598747 /intern/ghost
parenta69585573e460ca96af340800d4d8534bdece9f6 (diff)
bmesh py api: more comprehensive intro page, also fix some spelling errors.
Diffstat (limited to 'intern/ghost')
-rw-r--r--intern/ghost/GHOST_ISystem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/ghost/GHOST_ISystem.h b/intern/ghost/GHOST_ISystem.h
index be44bbee99a..eeee8c0477b 100644
--- a/intern/ghost/GHOST_ISystem.h
+++ b/intern/ghost/GHOST_ISystem.h
@@ -82,7 +82,7 @@ class GHOST_IEventConsumer;
* <li> OSX Carbon.</li>
* <li> Windows.</li>
* <li> X11.</li>
- * <li> SDL1.3 (experemental).</li>
+ * <li> SDL1.3 (experimental).</li>
* <li> NULL (headless mode).</li>
* </ul>
*