Alembic: comment typo/error fixes

This commit is contained in:
Sybren A. Stüvel 2017-04-04 17:06:05 +02:00
parent 6c37a53a2e
commit 42cd2719ec
1 changed files with 2 additions and 2 deletions

View File

@ -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) {