From 445aa74b145b360cec1a62b423737d6898198d7b Mon Sep 17 00:00:00 2001 From: Renato Oliveira Date: Sat, 1 Aug 2020 12:57:10 -0300 Subject: [PATCH] Fix "cartrdige" to "cartridge" in comments --- QuickLook/generator.m | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/QuickLook/generator.m b/QuickLook/generator.m index c3c13dc9..1b2de663 100644 --- a/QuickLook/generator.m +++ b/QuickLook/generator.m @@ -61,9 +61,9 @@ static OSStatus render(CGContextRef cgContext, CFURLRef url, bool showBorder) } if (showBorder) { - /* Use the CGB flag to determine the cartrdige "look": + /* Use the CGB flag to determine the cartridge "look": - DMG cartridges are grey - - CGB cartrdiges are transparent + - CGB cartridges are transparent - CGB cartridges that support DMG systems are black */ NSImage *effectiveTemplate = nil; @@ -115,4 +115,4 @@ OSStatus GenerateThumbnailForURL(void *thisInterface, QLThumbnailRequestRef thum CGContextRelease(cgContext); return -1; } -} \ No newline at end of file +}