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>2008-12-21 06:43:01 +0300
committerCampbell Barton <ideasman42@gmail.com>2008-12-21 06:43:01 +0300
commit62f4d2884c5d0a99cc84f23af29f9aea7977dd4d (patch)
treede96a86f6e16b7e170c2c425e0b7cd93c01074c8 /source/blender/makesrna/intern/rna_curve.c
parent12439031c9f67f0acedd25d667b08fb23d79933a (diff)
incorrect spelling
Diffstat (limited to 'source/blender/makesrna/intern/rna_curve.c')
-rw-r--r--source/blender/makesrna/intern/rna_curve.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_curve.c b/source/blender/makesrna/intern/rna_curve.c
index 0c6a5316f21..0a3ac54f612 100644
--- a/source/blender/makesrna/intern/rna_curve.c
+++ b/source/blender/makesrna/intern/rna_curve.c
@@ -114,7 +114,7 @@ void rna_def_curve(BlenderRNA *brna)
RNA_def_property_ui_text(prop, "Taper Object", "Curve object name that defines the taper (width).");
/* Flags */
- prop= RNA_def_property(srna, "planer", PROP_BOOLEAN, PROP_NONE);
+ prop= RNA_def_property(srna, "planar", PROP_BOOLEAN, PROP_NONE);
RNA_def_property_boolean_negative_sdna(prop, NULL, "flag", CU_3D);
RNA_def_property_ui_text(prop, "2D Curve", "Define curve in two dimensions only. Note that fill only works when this is enabled.");