1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-18 19:21:09 +00:00

refactor ~ polish spelling + add spelling exceptions

This commit is contained in:
Roy Ivy III 2021-06-05 16:07:56 -05:00
parent b1cc604b62
commit c192550f22
4 changed files with 4 additions and 4 deletions

View file

@ -433,7 +433,7 @@ pub fn uumain(args: impl uucore::Args) -> i32 {
although the apparent size is usually smaller, it may be larger due to holes \
in ('sparse') files, internal fragmentation, indirect blocks, and the like"
)
.alias("app") // The GNU testsuite uses this alias
.alias("app") // The GNU test suite uses this alias
)
.arg(
Arg::with_name(options::BLOCK_SIZE)

View file

@ -5,7 +5,7 @@
// * For the full copyright and license information, please view the LICENSE
// * file that was distributed with this source code.
// spell-checker:ignore (ToDO) bitor ulong
// spell-checker:ignore (path) eacces
#[macro_use]
extern crate uucore;