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>2014-07-04 23:26:32 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-07-04 23:26:32 +0400
commitb4b5d9c24ec26a51c72b0b695ba749a2b93e4e62 (patch)
tree92c199703efd1a482ff78bfe72d966730c48798b /source/blender/editors/animation
parentc4eeda267315731c4cf446c3ed030d4f8c158b52 (diff)
Style cleanup
Diffstat (limited to 'source/blender/editors/animation')
-rw-r--r--source/blender/editors/animation/anim_channels_edit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/animation/anim_channels_edit.c b/source/blender/editors/animation/anim_channels_edit.c
index 0bc4a69aa06..07a538f64c2 100644
--- a/source/blender/editors/animation/anim_channels_edit.c
+++ b/source/blender/editors/animation/anim_channels_edit.c
@@ -2178,7 +2178,7 @@ static int animchannels_find_exec(bContext *C, wmOperator *op)
return OPERATOR_CANCELLED;
/* update filter text, and ensure that filter is enabled if there's something there
- * NOTE: we turn the filter off if there's nothing (this is a quicky shortcut for dismissing)
+ * NOTE: we turn the filter off if there's nothing (this is a quick shortcut for dismissing)
*/
RNA_string_get(op->ptr, "query", ac.ads->searchstr);