From b478b47d3db82d81979bf8ca42c55351bf45fce0 Mon Sep 17 00:00:00 2001 From: Michael Starke Date: Mon, 20 Sep 2021 21:05:02 +0200 Subject: [PATCH] Fixed typo --- MacPass/KPKNode+IconImage.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MacPass/KPKNode+IconImage.m b/MacPass/KPKNode+IconImage.m index e7889f44..41b240d2 100644 --- a/MacPass/KPKNode+IconImage.m +++ b/MacPass/KPKNode+IconImage.m @@ -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; }