Fix "cartrdige" to "cartridge" in comments

This commit is contained in:
Renato Oliveira 2020-08-01 12:57:10 -03:00 committed by GitHub
parent ac3b09966c
commit 445aa74b14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,9 +61,9 @@ static OSStatus render(CGContextRef cgContext, CFURLRef url, bool showBorder)
} }
if (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 - DMG cartridges are grey
- CGB cartrdiges are transparent - CGB cartridges are transparent
- CGB cartridges that support DMG systems are black - CGB cartridges that support DMG systems are black
*/ */
NSImage *effectiveTemplate = nil; NSImage *effectiveTemplate = nil;