[Bf-blender-cvs] [8a0ed1214e8] greasepencil-object: Cleanup: Fix comment typo

Antonioya noreply at git.blender.org
Wed Nov 28 17:22:09 CET 2018


Commit: 8a0ed1214e8095c8b84b107b775ff5efcde2deec
Author: Antonioya
Date:   Wed Nov 28 17:21:57 2018 +0100
Branches: greasepencil-object
https://developer.blender.org/rB8a0ed1214e8095c8b84b107b775ff5efcde2deec

Cleanup: Fix comment typo

===================================================================

M	source/blender/blenloader/intern/versioning_280.c

===================================================================

diff --git a/source/blender/blenloader/intern/versioning_280.c b/source/blender/blenloader/intern/versioning_280.c
index 2a679569b68..ae7f26f1bcf 100644
--- a/source/blender/blenloader/intern/versioning_280.c
+++ b/source/blender/blenloader/intern/versioning_280.c
@@ -2464,7 +2464,7 @@ void blo_do_versions_280(FileData *fd, Library *UNUSED(lib), Main *bmain)
 			}
 		}
 
-		/* init Annotation sonion skin */
+		/* init Annotations onion skin */
 		if (!DNA_struct_elem_find(fd->filesdna, "bGPDlayer", "int", "gstep")) {
 			for (bGPdata *gpd = bmain->gpencil.first; gpd; gpd = gpd->id.next) {
 				for (bGPDlayer *gpl = gpd->layers.first; gpl; gpl = gpl->next) {



More information about the Bf-blender-cvs mailing list