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>2016-07-31 10:41:05 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-07-31 10:41:05 +0300
commit710ab5be36cda9cba547502d5327f400f15935bc (patch)
tree6aea85a35111b236ad2bc5870a5e7c64ee8f896b /source/blender/blenkernel/intern/tracking.c
parenta96c9def6f57269f6ff10a189cd55ff43dc3a15f (diff)
Cleanup: spelling, style
Diffstat (limited to 'source/blender/blenkernel/intern/tracking.c')
-rw-r--r--source/blender/blenkernel/intern/tracking.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/tracking.c b/source/blender/blenkernel/intern/tracking.c
index ceed44d9113..a56fc0f9abe 100644
--- a/source/blender/blenkernel/intern/tracking.c
+++ b/source/blender/blenkernel/intern/tracking.c
@@ -207,7 +207,7 @@ static void tracking_tracks_copy(ListBase *tracks_dst, ListBase *tracks_src, GHa
}
}
-/* copy the whole list of plane tracks (need whole MovieTracking structures due to embeded pointers to tracks).
+/* copy the whole list of plane tracks (need whole MovieTracking structures due to embedded pointers to tracks).
* WARNING: implies tracking_[dst/src] and their tracks have already been copied. */
static void tracking_plane_tracks_copy(ListBase *plane_tracks_dst, ListBase *plane_tracks_src, GHash *tracks_mapping)
{