diff options
author | Bram Moolenaar <Bram@vim.org> | 2009-06-16 12:31:33 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2009-06-16 12:31:33 +0000 |
commit | bfa2824d7ed3ef2a9987a666e9f93abd7d1e341d (patch) | |
tree | a002e5f9592af6c326a683da9cc61ce64f08da81 /src/term.c | |
parent | 0bd40c0c0ab6b39b9806e6a823e34749c779934a (diff) | |
download | vim-git-bfa2824d7ed3ef2a9987a666e9f93abd7d1e341d.tar.gz |
updated for version 7.2-199v7.2.199
Diffstat (limited to 'src/term.c')
-rw-r--r-- | src/term.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/term.c b/src/term.c index 68b3b65a7..48e557ffd 100644 --- a/src/term.c +++ b/src/term.c @@ -5555,7 +5555,7 @@ check_for_codes_from_term() * respects the current B/k/< settings of 'cpoption'. * * This function is called when expanding mappings/abbreviations on the - * command-line, and for building the "Ambiguous mapping..." error messæge. + * command-line, and for building the "Ambiguous mapping..." error message. * * It uses a growarray to build the translation string since the * latter can be wider than the original description. The caller has to |