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-11-01 16:31:09 +0300
committerCampbell Barton <ideasman42@gmail.com>2014-11-02 01:32:02 +0300
commitd658ea1b209fe45b82bbbff1515f797659c3b022 (patch)
tree833c6ab432929c3a67bde6c18a7218d4c30a85d9 /source/blender/blenkernel/intern/tracking_auto.c
parent31a83ee9f1dca4dd767fd88e2cf4f4ec23a4003b (diff)
Cleanup: style
Diffstat (limited to 'source/blender/blenkernel/intern/tracking_auto.c')
-rw-r--r--source/blender/blenkernel/intern/tracking_auto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/tracking_auto.c b/source/blender/blenkernel/intern/tracking_auto.c
index 1b1445eae26..55b8f0bd3ab 100644
--- a/source/blender/blenkernel/intern/tracking_auto.c
+++ b/source/blender/blenkernel/intern/tracking_auto.c
@@ -55,7 +55,7 @@ typedef struct AutoTrackOptions {
bool use_keyframe_match; /* Keyframe pattern matching. */
/* TODO(sergey): A bit awkward to keep it in here, only used to
- * place a disabled marker once the trackign fails,
+ * place a disabled marker once the tracking fails,
* Wither find a more clear way to do it or call it track context
* or state, not options.
*/