diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-07-31 14:17:27 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-07-31 14:17:27 +0200 |
commit | 89eaa4185efacab253b23a182c1c8a7bbf1096c9 (patch) | |
tree | cb8ed611f3dfdd5bf9687cd89b2bd3ab91dad5ef /src/diff.c | |
parent | b54c3ff3174dbb5dfbfcabdf95200b047beaa644 (diff) | |
download | vim-git-89eaa4185efacab253b23a182c1c8a7bbf1096c9.tar.gz |
patch 7.4.2135v7.4.2135
Problem: Various tiny issues.
Solution: Update comments, white space, etc.
Diffstat (limited to 'src/diff.c')
-rw-r--r-- | src/diff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/diff.c b/src/diff.c index 35e37d750..c29e94437 100644 --- a/src/diff.c +++ b/src/diff.c @@ -135,7 +135,7 @@ diff_buf_add(buf_T *buf) return; } - EMSGN(_("E96: Can not diff more than %ld buffers"), DB_COUNT); + EMSGN(_("E96: Cannot diff more than %ld buffers"), DB_COUNT); } /* |