Fixed typo

This commit is contained in:
Michael Starke
2021-09-20 21:05:02 +02:00
parent 8cc4c2717a
commit b478b47d3d

View File

@@ -30,7 +30,7 @@
@end
@implementation NSImage (MPTintedImage)
- (NSImage *)imageWithTintColor:(NSColor *)tintColor {
/* only tint tempated images! */
/* only tint templated images! */
if(NO == self.template) {
return self;
}