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>2013-09-13 07:49:11 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-09-13 07:49:11 +0400
commit29cbf93b075c9be2fb635450e8ce55a474ec0e18 (patch)
tree533c09262b4b43e214b011baa1e6f762b45f6604 /source/blender/makesrna/intern/rna_access.c
parentcca746c8e65503f4a98b1ccaf1110acb793b2b9b (diff)
correct error in libmv stub, also correct typo.
Diffstat (limited to 'source/blender/makesrna/intern/rna_access.c')
-rw-r--r--source/blender/makesrna/intern/rna_access.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_access.c b/source/blender/makesrna/intern/rna_access.c
index 11323779b85..4cdb3b4ca7e 100644
--- a/source/blender/makesrna/intern/rna_access.c
+++ b/source/blender/makesrna/intern/rna_access.c
@@ -5171,7 +5171,7 @@ char *RNA_property_as_string(bContext *C, PointerRNA *ptr, PropertyRNA *prop, in
char *cstring;
- /* see if we can coorce into a python type - PropertyType */
+ /* see if we can coerce into a python type - PropertyType */
switch (type) {
case PROP_BOOLEAN:
if (len == 0) {