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-10 02:45:25 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-09-10 02:45:25 +0300
commit5badf1653173a23607244ebbda72c710860ea795 (patch)
treeeb1519f5642fc7b10aa1162492c2415b87171d9b /source/blender/makesrna/intern/rna_rna.c
parent0721fbb6e1e28bb7afd33f3c4d00c0fd53e292cb (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 c7076d6c631..7134b085fe7 100644
--- a/source/blender/makesrna/intern/rna_rna.c
+++ b/source/blender/makesrna/intern/rna_rna.c
@@ -1852,7 +1852,7 @@ int rna_property_override_diff_default(Main *bmain,
if (is_first_insert) {
/* We need to clean up all possible existing insertion operations,
- * otherwise we'd end up with a mess of ops everytime something changes. */
+ * otherwise we'd end up with a mess of ops every time something changes. */
for (IDOverrideLibraryPropertyOperation *opop = op->operations.first;
opop != NULL;) {
IDOverrideLibraryPropertyOperation *opop_next = opop->next;