[Bf-blender-cvs] [42cd2719ec9] master: Alembic: comment typo/error fixes

Sybren A. Stüvel noreply at git.blender.org
Thu Apr 6 16:52:25 CEST 2017


Commit: 42cd2719ec996fc3fd4fb8606c74d574c575b160
Author: Sybren A. Stüvel
Date:   Tue Apr 4 17:06:05 2017 +0200
Branches: master
https://developer.blender.org/rB42cd2719ec996fc3fd4fb8606c74d574c575b160

Alembic: comment typo/error fixes

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

M	source/blender/alembic/intern/alembic_capi.cc

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

diff --git a/source/blender/alembic/intern/alembic_capi.cc b/source/blender/alembic/intern/alembic_capi.cc
index 632a9ce01c7..64f75feb5b5 100644
--- a/source/blender/alembic/intern/alembic_capi.cc
+++ b/source/blender/alembic/intern/alembic_capi.cc
@@ -443,7 +443,7 @@ static bool visit_object(const IObject &object,
 	else if (IXform::matches(md)) {
 		bool create_empty;
 
-		/* An xform can either be a Blender Object (if it contains a mesh, for exapmle),
+		/* An xform can either be a Blender Object (if it contains a mesh, for example),
 		 * but it can also be an Empty. Its correct translation to Blender's data model
 		 * depends on its children. */
 
@@ -677,7 +677,7 @@ static void import_startjob(void *user_data, short *stop, short *do_update, floa
 		}
 	}
 
-	/* Setup parentship. */
+	/* Setup parenthood. */
 
 	i = 0;
 	for (iter = data->readers.begin(); iter != data->readers.end(); ++iter) {




More information about the Bf-blender-cvs mailing list