From f3f85e66a67d2cc76528b1013bdebf8197eac65d Mon Sep 17 00:00:00 2001 From: kwu8 <86533295+kwu8@users.noreply.github.com> Date: Sat, 24 Dec 2022 22:18:23 -0800 Subject: [PATCH] fix typos in MacVim.h --- src/MacVim/MacVim.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/MacVim/MacVim.h b/src/MacVim/MacVim.h index 48a14e04a8..0d45c36bce 100644 --- a/src/MacVim/MacVim.h +++ b/src/MacVim/MacVim.h @@ -379,13 +379,13 @@ NSString *debugStringForMessageQueue(NSArray *queue); // Shared user defaults (most user defaults are in Miscellaneous.h). // Contrary to the user defaults in Miscellaneous.h these defaults are not -// intitialized to any default values. That is, unless the user sets them +// initialized to any default values. That is, unless the user sets them // these keys will not be present in the user default database. extern NSString *MMLogLevelKey; extern NSString *MMLogToStdErrKey; // Argument used to stop MacVim from opening an empty window on startup -// (techincally this is a user default but should not be used as such). +// (technically this is a user default but should not be used as such). extern NSString *MMNoWindowKey; // Argument used to control MacVim sharing search text via the Find Pasteboard.