Changed wording

This commit is contained in:
Emma Tebibyte 2023-04-11 18:51:33 -04:00
parent 1ef228faa2
commit 6bde2a1eec
1 changed files with 1 additions and 1 deletions

View File

@ -372,7 +372,7 @@ fn main() -> Result<()> {
let text = String::from_utf8(buf).unwrap_or_else(|_| {
eprintln!(
"{}: {}: File contents are invalid UTF-8.", argv[0], argv[1]
"{}: {}: File contents are not valid UTF-8.", argv[0], argv[1]
);
exit(EX_DATAERR);
});