summaryrefslogtreecommitdiffstats
path: root/src/diff.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-07-31 14:17:27 +0200
committerBram Moolenaar <Bram@vim.org>2016-07-31 14:17:27 +0200
commit89eaa4185efacab253b23a182c1c8a7bbf1096c9 (patch)
treecb8ed611f3dfdd5bf9687cd89b2bd3ab91dad5ef /src/diff.c
parentb54c3ff3174dbb5dfbfcabdf95200b047beaa644 (diff)
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/diff.c b/src/diff.c
index 35e37d750b..c29e944376 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);
}
/*