Picky spell-checking...

This commit is contained in:
Bastien Montagne 2012-08-27 20:58:43 +00:00
parent 77f0be7fec
commit 316b72647a
2 changed files with 2 additions and 2 deletions

@ -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");
}

@ -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}
};