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>2012-04-25 10:06:40 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-04-25 10:06:40 +0400
commitee6aaafd31f81c6b493c7f6b83ca186ce369d104 (patch)
tree3cf64563302eb5ee148748288ff9539cefd06a1f /source/blender/blenkernel/intern/idprop.c
parentd87ca16fb889231c03ad41ea555683d8f8493f7d (diff)
code cleanup: typos and set gcc attributes for string formatting.
Diffstat (limited to 'source/blender/blenkernel/intern/idprop.c')
-rw-r--r--source/blender/blenkernel/intern/idprop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/idprop.c b/source/blender/blenkernel/intern/idprop.c
index 1fee5cfa359..bb51325a6ef 100644
--- a/source/blender/blenkernel/intern/idprop.c
+++ b/source/blender/blenkernel/intern/idprop.c
@@ -484,7 +484,7 @@ void IDP_ReplaceGroupInGroup(IDProperty *dest, IDProperty *src)
}
/*
* replaces a property with the same name in a group, or adds
- * it if the propery doesn't exist.
+ * it if the properly doesn't exist.
*/
void IDP_ReplaceInGroup(IDProperty *group, IDProperty *prop)
{