Quick fix mispelled method name.

This commit is contained in:
Gregory John Casamento 2020-06-08 04:01:28 -04:00
parent 4c6548511f
commit 9f74b1b915

View file

@ -46,7 +46,7 @@
return [NSArray arrayWithObject: NSPDFPboardType];
}
+ (NSArray *) imageUnfilteredPasteboardTYpes
+ (NSArray *) imageUnfilteredPasteboardTypes
{
return [self imagePasteboardTypes];
}