OSDN Git Service

Corrected typo in comment.
authorEric Branlund <ebranlund@fastmail.com>
Wed, 26 Feb 2020 08:19:45 +0000 (00:19 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Wed, 26 Feb 2020 08:19:45 +0000 (00:19 -0800)
src/main-cocoa.m

index 9cee326..86efd04 100644 (file)
@@ -4065,7 +4065,7 @@ static void play_sound(int event)
 }
 
 /**
- * Implent NSObject's changeFont() method to receive a notification about the
+ * Implement NSObject's changeFont() method to receive a notification about the
  * changed font.  Note that, as of 10.14, changeFont() is deprecated in
  * NSObject - it will be removed at some point and the application delegate
  * will have to be declared as implementing the NSFontChanging protocol.