[Bf-blender-cvs] [5ee5f732c66] temp-sybren-alembic: Alembic: comment typo/error fixes

Sybren A. Stüvel noreply at git.blender.org
Tue Apr 4 17:48:54 CEST 2017


Commit: 5ee5f732c6680f2b1454bdf23a2d8037eeed928c
Author: Sybren A. Stüvel
Date:   Tue Apr 4 17:06:05 2017 +0200
Branches: temp-sybren-alembic
https://developer.blender.org/rB5ee5f732c6680f2b1454bdf23a2d8037eeed928c

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 7ff2438903e..761ea598924 100644
--- a/source/blender/alembic/intern/alembic_capi.cc
+++ b/source/blender/alembic/intern/alembic_capi.cc
@@ -425,7 +425,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. */
 
@@ -691,7 +691,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