summaryrefslogtreecommitdiffstats
path: root/src/getchar.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-05-10 16:44:05 +0000
committerBram Moolenaar <Bram@vim.org>2007-05-10 16:44:05 +0000
commitb6799acd2d50b65eecfd3d691573628e3e8aa474 (patch)
treef0b27a7c1a05183d130a23c23fae6a1bd867398c /src/getchar.c
parent143c38cd31b5d4469e52048f355313718430bf0c (diff)
updated for version 7.1b
Diffstat (limited to 'src/getchar.c')
-rw-r--r--src/getchar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/getchar.c b/src/getchar.c
index c265a6f009..23611a118e 100644
--- a/src/getchar.c
+++ b/src/getchar.c
@@ -3427,7 +3427,7 @@ do_map(maptype, arg, mode, abbrev)
showmap(mp, map_table != maphash);
did_it = TRUE;
}
- else if (n != len) /* new entry is ambigious */
+ else if (n != len) /* new entry is ambiguous */
{
mpp = &(mp->m_next);
continue;