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>2021-09-27 14:01:48 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-09-27 14:04:34 +0300
commite87783a5ec1ee10d7471aaf29e3861fda4ab9918 (patch)
treee5eea9bae8ff26ade82357150a4cfcbbc9c86414 /source/blender/blenloader/intern/versioning_userdef.c
parent95af9317f0a80c72e553fce57795e4530525a259 (diff)
Cleanup: spelling in comments
Diffstat (limited to 'source/blender/blenloader/intern/versioning_userdef.c')
-rw-r--r--source/blender/blenloader/intern/versioning_userdef.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenloader/intern/versioning_userdef.c b/source/blender/blenloader/intern/versioning_userdef.c
index f4853ff803f..a0f35d32a7c 100644
--- a/source/blender/blenloader/intern/versioning_userdef.c
+++ b/source/blender/blenloader/intern/versioning_userdef.c
@@ -728,7 +728,7 @@ void blo_do_versions_userdef(UserDef *userdef)
}
}
- /* patch to set Dupli Lightprobes and Grease Pencil */
+ /* Patch to set dupli light-probes and grease-pencil. */
if (!USER_VERSION_ATLEAST(280, 58)) {
userdef->dupflag |= USER_DUP_LIGHTPROBE;
userdef->dupflag |= USER_DUP_GPENCIL;