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>2015-11-16 13:06:40 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-11-16 13:06:40 +0300
commit86154b11ee2b461f4463b56f3498b1f68e8dc94a (patch)
tree26ee469e05e0f6791efc01cc444e88f542017e00 /source/blender/editors/space_clip
parent5fd5106740fde1d8b09d6c37fe06de42df06771a (diff)
Cleanup: typos
Diffstat (limited to 'source/blender/editors/space_clip')
-rw-r--r--source/blender/editors/space_clip/tracking_ops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_clip/tracking_ops.c b/source/blender/editors/space_clip/tracking_ops.c
index a19fa97965a..9fd3bf9d9a9 100644
--- a/source/blender/editors/space_clip/tracking_ops.c
+++ b/source/blender/editors/space_clip/tracking_ops.c
@@ -3862,7 +3862,7 @@ static int create_plane_track_tracks_exec(bContext *C, wmOperator *op)
clip->tracking.act_track = NULL;
clip->tracking.act_plane_track = plane_track;
- /* Copute homoraphies and apply them on marker's corner, so we've got
+ /* Compute homoraphies and apply them on marker's corner, so we've got
* quite nice motion from the very beginning.
*/
BKE_tracking_track_plane_from_existing_motion(plane_track, framenr);