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:
authorKévin Dietrich <kevin.dietrich@mailoo.org>2021-10-06 03:41:34 +0300
committerKévin Dietrich <kevin.dietrich@mailoo.org>2021-10-06 03:42:18 +0300
commit11d31addf89680eb5adad9ce7268e234dc25f8c1 (patch)
tree1421716e4f9f1b874e042175fbc53bb50978d11a /source/blender/io
parentc148eba16fbe1e37b2e0cfb4ef1b60bf43523a88 (diff)
Cleanup: missing verb in comment
Diffstat (limited to 'source/blender/io')
-rw-r--r--source/blender/io/alembic/intern/alembic_capi.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/io/alembic/intern/alembic_capi.cc b/source/blender/io/alembic/intern/alembic_capi.cc
index 63565b902f3..d7b176eea50 100644
--- a/source/blender/io/alembic/intern/alembic_capi.cc
+++ b/source/blender/io/alembic/intern/alembic_capi.cc
@@ -460,7 +460,7 @@ static void import_startjob(void *user_data, short *stop, short *do_update, floa
/* Decrement the ID ref-count because it is going to be incremented for each
* modifier and constraint that it will be attached to, so since currently
- * it is not used by anyone, its use count will off by one. */
+ * it is not used by anyone, its use count will be off by one. */
id_us_min(&cache_file->id);
cache_file->is_sequence = data->settings.is_sequence;