1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 03:57:44 +00:00

fix: typo fixes found by codespell

This commit is contained in:
Sylvestre Ledru 2020-05-01 23:35:55 +02:00
parent df44af2321
commit 6e8c901204
13 changed files with 16 additions and 16 deletions

View file

@ -22,7 +22,7 @@ fn test_boot() {
fn test_heading() {
for opt in vec!["-H"] {
// allow whitespace variation
// * minor whitespace differences occur between platform built-in outputs; specfically number of TABs between "TIME" and "COMMENT" may be variant
// * minor whitespace differences occur between platform built-in outputs; specifically number of TABs between "TIME" and "COMMENT" may be variant
let actual = new_ucmd!().arg(opt).run().stdout;
let expect = expected_result(opt);
println!("actual: {:?}", actual);