Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2017-04-04 18:06:05 +0300
committerSybren A. Stüvel <sybren@stuvel.eu>2017-04-06 17:47:00 +0300
commit42cd2719ec996fc3fd4fb8606c74d574c575b160 (patch)
treee7c00ecef2a9330180aa6cf0f3842f59afb52f03 /source/blender/alembic
parent6c37a53a2e6a9c619e19d36dbf073c9cc6b3d665 (diff)
Alembic: comment typo/error fixes
Diffstat (limited to 'source/blender/alembic')
-rw-r--r--source/blender/alembic/intern/alembic_capi.cc4
1 files changed, 2 insertions, 2 deletions
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) {