From 46470fc60750c5a144a2500e87ed5a61b1de7baf Mon Sep 17 00:00:00 2001 From: Michael Debertol Date: Mon, 31 May 2021 22:39:03 +0200 Subject: [PATCH] refactor/rmdir: polish spelling --- src/uu/rmdir/src/rmdir.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/uu/rmdir/src/rmdir.rs b/src/uu/rmdir/src/rmdir.rs index bebb2844b..d39c33f77 100644 --- a/src/uu/rmdir/src/rmdir.rs +++ b/src/uu/rmdir/src/rmdir.rs @@ -5,6 +5,8 @@ // * For the full copyright and license information, please view the LICENSE // * file that was distributed with this source code. +// spell-checker:ignore (ToDO) ENOTDIR + #[macro_use] extern crate uucore;