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:
authorCampbell Barton <ideasman42@gmail.com>2020-09-29 06:58:16 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-09-29 06:58:16 +0300
commit58b8724a48929176398b081acce448d69f3d14e5 (patch)
treeb50e43f142495244a3cf482c3e93607b2abca55b /source/blender/makesrna/intern/rna_rna.c
parentb150071ece73735d814dc369500be27db03f1005 (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/makesrna/intern/rna_rna.c')
-rw-r--r--source/blender/makesrna/intern/rna_rna.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_rna.c b/source/blender/makesrna/intern/rna_rna.c
index a7aa8ccdf71..2f98c751f26 100644
--- a/source/blender/makesrna/intern/rna_rna.c
+++ b/source/blender/makesrna/intern/rna_rna.c
@@ -1779,7 +1779,7 @@ int rna_property_override_diff_default(Main *bmain,
if (use_collection_insertion) {
/* We need to clean up all possible existing insertion operations, and then re-generate
- * them, otherwise we'd end up with a mess of opops every time something changes. */
+ * them, otherwise we'd end up with a mess of opop's every time something changes. */
op = BKE_lib_override_library_property_find(override, rna_path);
if (op != NULL) {
LISTBASE_FOREACH_MUTABLE (IDOverrideLibraryPropertyOperation *, opop, &op->operations) {