diff --git a/Source/NSFontCollection.m b/Source/NSFontCollection.m index d9d7b6933..c934e3abf 100644 --- a/Source/NSFontCollection.m +++ b/Source/NSFontCollection.m @@ -30,7 +30,8 @@ #import // NOTE: Some of this cannot be implemented currently since the backend does not support physically -// moving fonts on the filesystem... this is here for compatilibility for now. +// moving fonts on the filesystem... this is here for compatilibility for now. + @interface NSMutableFontCollection (Private) - (void) _setFonts: (NSArray *)fonts;