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>2019-05-19 12:15:56 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-05-19 12:15:56 +0300
commit4cdc6d36fdf24f96468cebd2f31b2571ba9e7f79 (patch)
tree8980aaa7ea9cb6e30b56f41fa3fade3e7f62a30d /intern/ghost/GHOST_C-api.h
parentf2eef452009f5958bbf783f9970534c3349fc753 (diff)
Cleanup: spelling for ghost comments
Diffstat (limited to 'intern/ghost/GHOST_C-api.h')
-rw-r--r--intern/ghost/GHOST_C-api.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/ghost/GHOST_C-api.h b/intern/ghost/GHOST_C-api.h
index 6f92adde0b2..fa783c17e8c 100644
--- a/intern/ghost/GHOST_C-api.h
+++ b/intern/ghost/GHOST_C-api.h
@@ -33,7 +33,7 @@ extern "C" {
/**
* Creates a "handle" for a C++ GHOST object.
* A handle is just an opaque pointer to an empty struct.
- * In the API the pointer is casted to the actual C++ class.
+ * In the API the pointer is cast to the actual C++ class.
* The 'name' argument to the macro is the name of the handle to create.
*/