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:
authorThomas Dinges <blender@dingto.org>2011-10-23 19:43:12 +0400
committerThomas Dinges <blender@dingto.org>2011-10-23 19:43:12 +0400
commitf1cea89d99f0c80bdccd2ba1359142b5ff14cdb9 (patch)
treeef4c242183d3366a10370574b54b176d5c5cb9d3 /source/blender/editors/interface
parent67e744ccf0f673891dbf2f9989e56fe92104a7d7 (diff)
Typo fixes for the typo fixes. :D
Diffstat (limited to 'source/blender/editors/interface')
-rw-r--r--source/blender/editors/interface/interface_widgets.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/interface/interface_widgets.c b/source/blender/editors/interface/interface_widgets.c
index ef7fdf67b0b..0215cc05d36 100644
--- a/source/blender/editors/interface/interface_widgets.c
+++ b/source/blender/editors/interface/interface_widgets.c
@@ -1787,7 +1787,7 @@ static void ui_draw_but_HSVCIRCLE(uiBut *but, uiWidgetColors *wcol, rcti *rect)
/* exception: if 'lock' is set
* lock the value of the color wheel to 1.
- * Useful for color correction tools where your only interested in hue. */
+ * Useful for color correction tools where you're only interested in hue. */
if (but->flag & UI_BUT_COLOR_LOCK)
hsv[2] = 1.f;
else if (color_profile)