diff options
author | Steven Schubiger <stsc@refcnt.org> | 2017-01-07 22:28:52 +0100 |
---|---|---|
committer | Steven Schubiger <stsc@refcnt.org> | 2017-01-07 22:28:52 +0100 |
commit | 52a7c4ca9ae542e8e768daaffed6e3122b71d503 (patch) | |
tree | c3bb13b69ba38dca40b14779e372bb769fb66c0c /t | |
parent | eb2632a84364899d0d9ce880802d259cf8814006 (diff) | |
download | colorize-52a7c4ca9ae542e8e768daaffed6e3122b71d503.tar.gz colorize-52a7c4ca9ae542e8e768daaffed6e3122b71d503.tar.bz2 |
Fix spelling of preceeded
I: colorize: spelling-error-in-binary usr/bin/colorize preceeded preceded
Diffstat (limited to 't')
-rwxr-xr-x | t/fail.t | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -45,9 +45,9 @@ SKIP: { [ '--clean file1 file2', 'more than one file' ], [ '--clean-all file1 file2', 'more than one file' ], [ '- file', 'hyphen cannot be used as color string' ], - [ '-', 'hyphen must be preceeded by color string' ], + [ '-', 'hyphen must be preceded by color string' ], [ "$file file", 'cannot be used as color string' ], - [ "$file", 'must be preceeded by color string' ], + [ "$file", 'must be preceded by color string' ], [ "$dir", 'is not a valid file type' ], [ '/black', 'foreground color missing' ], [ 'white/', 'background color missing' ], |