From f1cea89d99f0c80bdccd2ba1359142b5ff14cdb9 Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Sun, 23 Oct 2011 15:43:12 +0000 Subject: Typo fixes for the typo fixes. :D --- source/blender/editors/space_graph/space_graph.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/space_graph') diff --git a/source/blender/editors/space_graph/space_graph.c b/source/blender/editors/space_graph/space_graph.c index 3ee8b352caf..3cc83b12124 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 your interested in tweaking */ + /* settings for making it easier by default to just see what you're interested in tweaking */ sipo->ads->filterflag |= ADS_FILTER_ONLYSEL; sipo->flag |= SIPO_SELVHANDLESONLY; -- cgit v1.2.3