From 4e45265dc6cafe0bf6f36a14a469288183059858 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 30 Nov 2021 09:04:50 +1100 Subject: Cleanup: spelling in comments & strings --- source/blender/blenloader/intern/versioning_300.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/blenloader/intern/versioning_300.c') diff --git a/source/blender/blenloader/intern/versioning_300.c b/source/blender/blenloader/intern/versioning_300.c index 822ef2cda8d..068541a5825 100644 --- a/source/blender/blenloader/intern/versioning_300.c +++ b/source/blender/blenloader/intern/versioning_300.c @@ -2376,8 +2376,8 @@ void blo_do_versions_300(FileData *fd, Library *UNUSED(lib), Main *bmain) } } - /* Special case to handle older in-dev 3.1 files, before change from 3.0 branch gets merged in - * master. */ + /* Special case to handle older in-development 3.1 files, before change from 3.0 branch gets + * merged in master. */ if (!MAIN_VERSION_ATLEAST(bmain, 300, 42) || (bmain->versionfile == 301 && !MAIN_VERSION_ATLEAST(bmain, 301, 3))) { /* Update LibOverride operations regarding insertions in RNA collections (i.e. modifiers, -- cgit v1.2.3