commit | ed0e7453617c558532aac0224e958f2bdad12a31 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 27 19:17:34 2008 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 27 19:17:34 2008 +0000 |
tree | 37dfc3af6d23ac3d6b1d895a18a51b4ceb603734 | |
parent | 4a630f6fc42e06f778da73d1a6ac3e1cb1ce6f20 [diff] [blame] |
updated for version 7.2a-005
diff --git a/src/fileio.c b/src/fileio.c index 8000e62..bbe97c9 100644 --- a/src/fileio.c +++ b/src/fileio.c
@@ -3203,7 +3203,7 @@ else { errnum = (char_u *)"E656: "; - errmsg = (char_u *)_("NetBeans dissallows writes of unmodified buffers"); + errmsg = (char_u *)_("NetBeans disallows writes of unmodified buffers"); buffer = NULL; goto fail; }