From 316b72647a2e0a7e5d2c5a3f799f023cd127b42e Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Mon, 27 Aug 2012 20:58:43 +0000 Subject: Picky spell-checking... --- source/blender/makesrna/intern/rna_nodetree.c | 2 +- source/blender/makesrna/intern/rna_pose.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender') diff --git a/source/blender/makesrna/intern/rna_nodetree.c b/source/blender/makesrna/intern/rna_nodetree.c index 2013fd7318e..497cb9291ec 100644 --- a/source/blender/makesrna/intern/rna_nodetree.c +++ b/source/blender/makesrna/intern/rna_nodetree.c @@ -2161,7 +2161,7 @@ static void def_cmp_despeckle(StructRNA *srna) prop = RNA_def_property(srna, "threshold_neighbour", PROP_FLOAT, PROP_NONE); RNA_def_property_float_sdna(prop, NULL, "custom4"); RNA_def_property_range(prop, 0.0, 1.0f); - RNA_def_property_ui_text(prop, "Neighbour", "Threshold for the number of neighbour pixels that must match"); + RNA_def_property_ui_text(prop, "Neighbor", "Threshold for the number of neighbor pixels that must match"); RNA_def_property_update(prop, NC_NODE | NA_EDITED, "rna_Node_update"); } diff --git a/source/blender/makesrna/intern/rna_pose.c b/source/blender/makesrna/intern/rna_pose.c index 35c85f0f40e..739f302fcbe 100644 --- a/source/blender/makesrna/intern/rna_pose.c +++ b/source/blender/makesrna/intern/rna_pose.c @@ -1109,7 +1109,7 @@ static void rna_def_pose_itasc(BlenderRNA *brna) {0, "ANIMATION", 0, "Animation", "Stateless solver computing pose starting from current action and non-IK constraints"}, {ITASC_SIMULATION, "SIMULATION", 0, "Simulation", - "Statefull solver running in real-time context and ignoring actions " + "State-full solver running in real-time context and ignoring actions " "and non-IK constraints"}, {0, NULL, 0, NULL, NULL} }; -- cgit v1.2.3