diff options
author | Bram Moolenaar <Bram@vim.org> | 2007-05-10 17:15:45 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2007-05-10 17:15:45 +0000 |
commit | 82038d7312f1985fef25d3f10b4130303012b5ae (patch) | |
tree | 38fb601eef14644f1b7984dffdde85a10755674b /src/xxd | |
parent | e34bd1f502a8c91e00dfaa201f788dca5e858994 (diff) | |
download | vim-git-82038d7312f1985fef25d3f10b4130303012b5ae.tar.gz |
updated for version 7.1b
Diffstat (limited to 'src/xxd')
-rw-r--r-- | src/xxd/xxd.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xxd/xxd.c b/src/xxd/xxd.c index 7700ecf5a..e42b8f74b 100644 --- a/src/xxd/xxd.c +++ b/src/xxd/xxd.c @@ -5,7 +5,7 @@ * -c option, mls * 26.04.94 better option parser, -ps, -l, -s added. * 1.07.94 -r badly needs - as input file. Per default autoskip over - * consequtive lines of zeroes, as unix od does. + * consecutive lines of zeroes, as unix od does. * -a shows them too. * -i dump as c-style #include "file.h" * 1.11.95 if "xxd -i" knows the filename, an 'unsigned char filename_bits[]' @@ -48,7 +48,7 @@ * 27.10.98 Fixed: -g option parser required blank. * option -b added: 01000101 binary output in normal format. * 16.05.00 Added VAXC changes by Stephen P. Wall - * 16.05.00 Improved MMS file and merege for VMS by Zoltan Arpadffy + * 16.05.00 Improved MMS file and merge for VMS by Zoltan Arpadffy * * (c) 1990-1998 by Juergen Weigert (jnweiger@informatik.uni-erlangen.de) * @@ -774,7 +774,7 @@ char *argv[]; xxdline(fpo, l, 1); } else if (autoskip) - xxdline(fpo, l, -1); /* last chance to flush out supressed lines */ + xxdline(fpo, l, -1); /* last chance to flush out suppressed lines */ fclose(fp); fclose(fpo); |