From fea335fe8bd01675243953e41f59f156e44f1e94 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 13 Feb 2021 17:44:51 +1100 Subject: Cleanup: spelling --- source/blender/blenloader/intern/versioning_270.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenloader/intern/versioning_270.c') diff --git a/source/blender/blenloader/intern/versioning_270.c b/source/blender/blenloader/intern/versioning_270.c index d8ab8d6f32a..d86ddc5b646 100644 --- a/source/blender/blenloader/intern/versioning_270.c +++ b/source/blender/blenloader/intern/versioning_270.c @@ -1429,7 +1429,7 @@ void blo_do_versions_270(FileData *fd, Library *UNUSED(lib), Main *bmain) } if (clip->tracking.stabilization.scale == 0.0f) { /* ensure init. - * Was previously used for autoscale only, + * Was previously used for auto-scale only, * now used always (as "target scale") */ clip->tracking.stabilization.scale = 1.0f; } -- cgit v1.2.3