[Bf-blender-cvs] [0d511e05d38] blender2.8: Cleanup: Fix typo in comment

Sergey Sharybin noreply at git.blender.org
Mon Dec 17 16:34:16 CET 2018


Commit: 0d511e05d38e47a610c304a7625f5f0da9c9a9d2
Author: Sergey Sharybin
Date:   Mon Dec 17 16:33:49 2018 +0100
Branches: blender2.8
https://developer.blender.org/rB0d511e05d38e47a610c304a7625f5f0da9c9a9d2

Cleanup: Fix typo in comment

===================================================================

M	source/blender/editors/object/object_bake_api.c

===================================================================

diff --git a/source/blender/editors/object/object_bake_api.c b/source/blender/editors/object/object_bake_api.c
index dff9ae77417..90b6be215d4 100644
--- a/source/blender/editors/object/object_bake_api.c
+++ b/source/blender/editors/object/object_bake_api.c
@@ -740,7 +740,7 @@ static int bake(
 		}
 	}
 	else {
-		/* when saving extenally always use the size specified in the UI */
+		/* when saving externally always use the size specified in the UI */
 
 		num_pixels = (size_t)width * (size_t)height * bake_images.size;



More information about the Bf-blender-cvs mailing list