From 2d1e66344073d549c791c4226d3f8e5583b87e57 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 11 Apr 2011 01:18:25 +0000 Subject: patch [#26861] Spelling, Typos, and Grammar - also fix own bad assert from yesterday & remove testing cmake print. --- source/blender/makesrna/intern/rna_particle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesrna/intern/rna_particle.c') diff --git a/source/blender/makesrna/intern/rna_particle.c b/source/blender/makesrna/intern/rna_particle.c index fe0ab6787de..fe164cbd3c1 100644 --- a/source/blender/makesrna/intern/rna_particle.c +++ b/source/blender/makesrna/intern/rna_particle.c @@ -925,7 +925,7 @@ static void rna_def_particle_key(BlenderRNA *brna) prop= RNA_def_property(srna, "rotation", PROP_FLOAT, PROP_QUATERNION); RNA_def_property_float_sdna(prop, NULL, "rot"); - RNA_def_property_ui_text(prop, "Rotation", "Key rotation quaterion"); + RNA_def_property_ui_text(prop, "Rotation", "Key rotation quaternion"); prop= RNA_def_property(srna, "angular_velocity", PROP_FLOAT, PROP_VELOCITY); RNA_def_property_float_sdna(prop, NULL, "ave"); -- cgit v1.2.3