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:
authorSergey Sharybin <sergey.vfx@gmail.com>2013-01-15 11:56:50 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2013-01-15 11:56:50 +0400
commitbaad27ec80c8c77f4fb139189339c454caa93763 (patch)
tree75e156d0bdc68e3ce68c32a6a5e320be1558e4df /source/blender/editors/space_image
parent440ef7356aa45f908b755489423d06209514f875 (diff)
Spelling corrections
Diffstat (limited to 'source/blender/editors/space_image')
-rw-r--r--source/blender/editors/space_image/image_draw.c2
-rw-r--r--source/blender/editors/space_image/space_image.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/space_image/image_draw.c b/source/blender/editors/space_image/image_draw.c
index 7b4814d1ab2..b1da3adf4f1 100644
--- a/source/blender/editors/space_image/image_draw.c
+++ b/source/blender/editors/space_image/image_draw.c
@@ -834,7 +834,7 @@ void draw_image_main(const bContext *C, ARegion *ar)
show_render = (show_viewer && ima->type == IMA_TYPE_R_RESULT);
if (show_viewer) {
- /* use locked draw for drawing viewer image buffer since the conpositor
+ /* use locked draw for drawing viewer image buffer since the compositor
* is running in separated thread and compositor could free this buffers.
* other images are not modifying in such a way so they does not require
* lock (sergey)
diff --git a/source/blender/editors/space_image/space_image.c b/source/blender/editors/space_image/space_image.c
index 39d256321bf..1c384ef38d7 100644
--- a/source/blender/editors/space_image/space_image.c
+++ b/source/blender/editors/space_image/space_image.c
@@ -700,7 +700,7 @@ static void image_main_area_draw(const bContext *C, ARegion *ar)
show_viewer = (image && image->source == IMA_SRC_VIEWER);
if (show_viewer) {
- /* ED_space_image_get will acquire image buffer which requires
+ /* ED_space_image_get* will acquire image buffer which requires
* lock here by the same reason why lock is needed in draw_image_main
*/
BLI_lock_thread(LOCK_DRAW_IMAGE);