summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-04-04 14:00:39 +0200
committerBram Moolenaar <Bram@vim.org>2020-04-04 14:00:39 +0200
commitcde0ff39da2459b16007fef701ebaa449fb6fe9d (patch)
tree9ba0f500505470043d6e78a30600419375d4c76f /src/main.c
parentd77a8525d5438cae49f670eb473ef60d87ca5f54 (diff)
patch 8.2.0509: various code is not properly tested.v8.2.0509
Problem: various code is not properly tested. Solution: Add more tests. (Yegappan Lakshmanan, closes #5871)
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 2d61c0682e..79973cbaab 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1966,7 +1966,7 @@ parse_command_name(mparm_T *parmp)
#endif
}
- // Checking for "ex" here may catch some weir names, such as "vimex" or
+ // Checking for "ex" here may catch some weird names, such as "vimex" or
// "viewex", we assume the user knows that.
if (STRNICMP(initstr, "ex", 2) == 0)
{