Skip to content

Commit f3f85e6

Browse files
author
kwu8
authored
fix typos in MacVim.h
1 parent 55fb47f commit f3f85e6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/MacVim/MacVim.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.
384384
extern NSString *MMLogLevelKey;
385385
extern 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).
389389
extern NSString *MMNoWindowKey;
390390

391391
// Argument used to control MacVim sharing search text via the Find Pasteboard.

0 commit comments

Comments
 (0)