Cleanup: Fix typo in blender/blendthumb/src/thumbnail_provider.mm

Fixes user-facing typo

Pull Request: https://projects.blender.org/blender/blender/pulls/146765
This commit is contained in:
luz paz
2025-09-26 11:15:04 +02:00
committed by Pratik Borhade
parent ae56ac2cea
commit e3fdc6e408

View File

@@ -180,7 +180,7 @@ static NSImage *generate_nsimage_for_file(const char *src_blend_path, NSError *e
/* Return the thumbnail reply. */ /* Return the thumbnail reply. */
handler(thumbnailReply, nil); handler(thumbnailReply, nil);
} }
NSLog(@"Thumbnail generation succcessfully completed"); NSLog(@"Thumbnail generation successfully completed");
} }
@end @end