From 84a05acc8c341c2be383198496764992ae971a46 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 6 May 2013 04:24:17 +0200 Subject: updated for version 7.3.925 Problem: Typos in source files. Solution: Fix the typos. (Ken Takata) --- src/misc2.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/misc2.c') diff --git a/src/misc2.c b/src/misc2.c index 550ab4d35..4d350c4fa 100644 --- a/src/misc2.c +++ b/src/misc2.c @@ -2907,7 +2907,7 @@ extract_modifiers(key, modp) int modifiers = *modp; #ifdef MACOS - /* Command-key really special, No fancynest */ + /* Command-key really special, no fancynest */ if (!(modifiers & MOD_MASK_CMD)) #endif if ((modifiers & MOD_MASK_SHIFT) && ASCII_ISALPHA(key)) @@ -2934,7 +2934,7 @@ extract_modifiers(key, modp) key = K_ZERO; } #ifdef MACOS - /* Command-key really special, No fancynest */ + /* Command-key really special, no fancynest */ if (!(modifiers & MOD_MASK_CMD)) #endif if ((modifiers & MOD_MASK_ALT) && key < 0x80 -- cgit v1.2.1