From 4f19c1a995de507044d1b5ada7fb7398cdb32096 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 18 Mar 2012 07:38:51 +0000 Subject: spelling cleanup --- source/blender/quicktime/apple/qtkit_export.m | 2 +- source/blender/quicktime/apple/qtkit_import.m | 4 ++-- source/blender/quicktime/apple/quicktime_import.c | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'source/blender/quicktime') diff --git a/source/blender/quicktime/apple/qtkit_export.m b/source/blender/quicktime/apple/qtkit_export.m index db47952e45f..348613e8cd5 100644 --- a/source/blender/quicktime/apple/qtkit_export.m +++ b/source/blender/quicktime/apple/qtkit_export.m @@ -243,7 +243,7 @@ void filepath_qt(char *string, RenderData *rd) BLI_make_existing_file(string); if (!BLI_testextensie(string, ".mov")) { - /* if we dont have any #'s to insert numbers into, use 4 numbers by default */ + /* if we don't have any #'s to insert numbers into, use 4 numbers by default */ if (strchr(string, '#')==NULL) strcat(string, "####"); /* 4 numbers */ diff --git a/source/blender/quicktime/apple/qtkit_import.m b/source/blender/quicktime/apple/qtkit_import.m index 633d92e05c1..197cbdc2f0b 100644 --- a/source/blender/quicktime/apple/qtkit_import.m +++ b/source/blender/quicktime/apple/qtkit_import.m @@ -81,7 +81,7 @@ int anim_is_quicktime (const char *name) { NSAutoreleasePool *pool; - // dont let quicktime movie import handle these + // don't let quicktime movie import handle these if( BLI_testextensie(name, ".swf") || BLI_testextensie(name, ".txt") || BLI_testextensie(name, ".mpg") || @@ -396,7 +396,7 @@ int imb_is_a_quicktime (char *name) pool = [[NSAutoreleasePool alloc] init]; - // dont let quicktime image import handle these + // don't let quicktime image import handle these if( BLI_testextensie(name, ".swf") || BLI_testextensie(name, ".txt") || BLI_testextensie(name, ".mpg") || diff --git a/source/blender/quicktime/apple/quicktime_import.c b/source/blender/quicktime/apple/quicktime_import.c index a7d09682a14..5ceb80fb4b7 100644 --- a/source/blender/quicktime/apple/quicktime_import.c +++ b/source/blender/quicktime/apple/quicktime_import.c @@ -191,7 +191,7 @@ int anim_is_quicktime (const char *name) #endif OSErr err = noErr; - // dont let quicktime movie import handle these + // don't let quicktime movie import handle these if( BLI_testextensie(name, ".swf") || BLI_testextensie(name, ".txt") || BLI_testextensie(name, ".mpg") || @@ -579,7 +579,7 @@ int imb_is_a_quicktime (char *name) if(QTIME_DEBUG) printf("qt: checking as image %s\n", name); - // dont let quicktime image import handle these + // don't let quicktime image import handle these if( BLI_testextensie(name, ".swf") || BLI_testextensie(name, ".txt") || BLI_testextensie(name, ".mpg") || -- cgit v1.2.3