From 32aa10203bd0b4b270def03311a4599f9ffdecc4 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 2 Nov 2019 22:54:41 +0100 Subject: patch 8.1.2243: typos in comments Problem: Typos in comments. Solution: Fix the typos. (Dominique Pelle, closes #5160) Also adjust formatting a bit. --- src/macros.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/macros.h') diff --git a/src/macros.h b/src/macros.h index f670046b3d..5da0e5c0ff 100644 --- a/src/macros.h +++ b/src/macros.h @@ -335,7 +335,7 @@ } \ } while (0) -/* Wether a command index indicates a user command. */ +/* Whether a command index indicates a user command. */ #define IS_USER_CMDIDX(idx) ((int)(idx) < 0) // Give an error in curwin is a popup window and evaluate to TRUE. -- cgit v1.2.3