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>2011-10-23 19:27:36 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-10-23 19:27:36 +0400
commit67e744ccf0f673891dbf2f9989e56fe92104a7d7 (patch)
tree20e93c04aac44dc4603f89efffcff4e970057c3e /source/blender/editors/space_graph
parente89107927bcc8297c74f9a8cb10562e6defc867c (diff)
fix some typo's
Diffstat (limited to 'source/blender/editors/space_graph')
-rw-r--r--source/blender/editors/space_graph/space_graph.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_graph/space_graph.c b/source/blender/editors/space_graph/space_graph.c
index 3cc83b12124..3ee8b352caf 100644
--- a/source/blender/editors/space_graph/space_graph.c
+++ b/source/blender/editors/space_graph/space_graph.c
@@ -110,7 +110,7 @@ static SpaceLink *graph_new(const bContext *C)
sipo->ads= MEM_callocN(sizeof(bDopeSheet), "GraphEdit DopeSheet");
sipo->ads->source= (ID *)scene;
- /* settings for making it easier by default to just see what you're interested in tweaking */
+ /* settings for making it easier by default to just see what your interested in tweaking */
sipo->ads->filterflag |= ADS_FILTER_ONLYSEL;
sipo->flag |= SIPO_SELVHANDLESONLY;