Fix "cartrdige" to "cartridge" in comments
This commit is contained in:
parent
ac3b09966c
commit
445aa74b14
@ -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;
|
||||||
@ -115,4 +115,4 @@ OSStatus GenerateThumbnailForURL(void *thisInterface, QLThumbnailRequestRef thum
|
|||||||
CGContextRelease(cgContext);
|
CGContextRelease(cgContext);
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user