File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -379,13 +379,13 @@ NSString *debugStringForMessageQueue(NSArray *queue);
379379
380380// Shared user defaults (most user defaults are in Miscellaneous.h).
381381// Contrary to the user defaults in Miscellaneous.h these defaults are not
382- // intitialized to any default values. That is, unless the user sets them
382+ // initialized to any default values. That is, unless the user sets them
383383// these keys will not be present in the user default database.
384384extern NSString *MMLogLevelKey;
385385extern NSString *MMLogToStdErrKey;
386386
387387// Argument used to stop MacVim from opening an empty window on startup
388- // (techincally this is a user default but should not be used as such).
388+ // (technically this is a user default but should not be used as such).
389389extern NSString *MMNoWindowKey;
390390
391391// Argument used to control MacVim sharing search text via the Find Pasteboard.
You can’t perform that action at this time.
0 commit comments