Fix typo in sort-by error message (#2841)

This commit is contained in:
Joseph T. Lyons 2021-01-01 19:34:50 -05:00 committed by GitHub
parent 452d8c06e9
commit 7eb8634ad7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -134,7 +134,7 @@ pub fn sort(
{
let (type_1, type_2) = values
.err()
.expect("An error ocourred in the checking of types");
.expect("An error occurred in the checking of types");
return Err(ShellError::labeled_error(
"Not all values can be compared",
format!(