1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

refactor/rmdir: polish spelling

This commit is contained in:
Michael Debertol 2021-05-31 22:39:03 +02:00
parent 41878f1bf4
commit 46470fc607

View file

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