diff --git a/QuickLook/generator.m b/QuickLook/generator.m index c3c13dc..1b2de66 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 +}