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:
authorMike Erwin <significant.bit@gmail.com>2015-02-26 22:11:39 +0300
committerMike Erwin <significant.bit@gmail.com>2015-02-26 22:12:24 +0300
commit90cc2643e9903bb324502c1ba5d24e13fc5e4469 (patch)
treedb8dba895a2ba1a24022f589c4dd50cfa95685ad /source/blender/editors/interface/interface_draw.c
parenteaabe9d6c6099773f85c600480206fc97934824e (diff)
cleanup: spelling & typos
Comments only, no functional change.
Diffstat (limited to 'source/blender/editors/interface/interface_draw.c')
-rw-r--r--source/blender/editors/interface/interface_draw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/interface/interface_draw.c b/source/blender/editors/interface/interface_draw.c
index e03ea5efba4..07d580b9138 100644
--- a/source/blender/editors/interface/interface_draw.c
+++ b/source/blender/editors/interface/interface_draw.c
@@ -65,7 +65,7 @@ static int roundboxtype = UI_CNR_ALL;
void UI_draw_roundbox_corner_set(int type)
{
/* Not sure the roundbox function is the best place to change this
- * if this is undone, its not that big a deal, only makes curves edges
+ * if this is undone, it's not that big a deal, only makes curves edges
* square for the */
roundboxtype = type;