diff options
author | Damiano Galassi <[email protected]> | 2021-01-24 17:17:08 +0100 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2021-01-24 17:17:08 +0100 |
commit | 6a953ebf14868dd5881719577450647f0b6d8b79 (patch) | |
tree | ba1f682a064b62a2829df09917b75f0bdb960497 | |
parent | 0ec5e726dce7603f8389fa770d67db323167df80 (diff) |
MacGUI: fix a typo in chroma smooth and colorspace validation methods name.
-rw-r--r-- | macosx/HBFilters.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/HBFilters.m b/macosx/HBFilters.m index 51ea76c11..5596d8ade 100644 --- a/macosx/HBFilters.m +++ b/macosx/HBFilters.m @@ -492,7 +492,7 @@ NSString * const HBFiltersChangedNotification = @"HBFiltersChangedNotification"; [self postChangedNotification]; } -- (BOOL)validateteChromaSmoothCustomString:(id *)ioValue error:(NSError * __autoreleasing *)outError +- (BOOL)validateChromaSmoothCustomString:(id *)ioValue error:(NSError * __autoreleasing *)outError { BOOL retval = YES; @@ -809,7 +809,7 @@ NSString * const HBFiltersChangedNotification = @"HBFiltersChangedNotification"; [self postChangedNotification]; } -- (BOOL)validateteColorspaceCustomString:(id *)ioValue error:(NSError * __autoreleasing *)outError +- (BOOL)validateColorspaceCustomString:(id *)ioValue error:(NSError * __autoreleasing *)outError { BOOL retval = YES; |