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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2018-09-24 19:46:51 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2018-09-24 19:48:29 +0300
commit342e73f90fc5c41af8db3a6e3dfdf1746f7f5bc4 (patch)
tree47fdb91d8e16b1c89f9ca358cb0172e862905ee1 /source/blender/makesrna/intern/rna_rna.c
parent9682e43bf9e078165b3d4d52c6a19c430ec2cbf2 (diff)
Spelling fixes in comments and descriptions (2.8 changes), patch by luzpaz.
Differential Revision: https://developer.blender.org/D3719
Diffstat (limited to 'source/blender/makesrna/intern/rna_rna.c')
-rw-r--r--source/blender/makesrna/intern/rna_rna.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/makesrna/intern/rna_rna.c b/source/blender/makesrna/intern/rna_rna.c
index 068f71c4080..cb2ef85d713 100644
--- a/source/blender/makesrna/intern/rna_rna.c
+++ b/source/blender/makesrna/intern/rna_rna.c
@@ -1333,7 +1333,7 @@ int rna_property_override_diff_default(
}
}
else {
- /* Already overriden prop, we'll have to check arrays items etc. */
+ /* Already overridden prop, we'll have to check arrays items etc. */
}
}
@@ -1391,7 +1391,7 @@ int rna_property_override_diff_default(
}
}
else {
- /* Already overriden prop, we'll have to check arrays items etc. */
+ /* Already overridden prop, we'll have to check arrays items etc. */
}
}
@@ -1450,7 +1450,7 @@ int rna_property_override_diff_default(
}
}
else {
- /* Already overriden prop, we'll have to check arrays items etc. */
+ /* Already overridden prop, we'll have to check arrays items etc. */
}
}
@@ -1788,7 +1788,7 @@ bool rna_property_override_store_default(
}
/* XXX TODO About range limits.
- * Ideally, it woudl be great to get rid of RNA range in that specific case.
+ * Ideally, it would be great to get rid of RNA range in that specific case.
* However, this won't be that easy and will add yet another layer of complexity in generated code,
* not to mention that we could most likely *not* bypass custom setters anyway.
* So for now, if needed second operand value is not in valid range, we simply fall back