From 0b84aa52f327b4290296ef63724bfc868e30417e Mon Sep 17 00:00:00 2001 From: m11o Date: Tue, 25 Apr 2023 22:26:47 +0900 Subject: [PATCH] fix check-spell --- src/uu/split/split.md | 2 ++ src/uu/split/src/split.rs | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/uu/split/split.md b/src/uu/split/split.md index d43b77159..d3a481fd3 100644 --- a/src/uu/split/split.md +++ b/src/uu/split/split.md @@ -1,3 +1,5 @@ + + # split ``` diff --git a/src/uu/split/src/split.rs b/src/uu/split/src/split.rs index 2bf62e39e..6e29e6f4b 100644 --- a/src/uu/split/src/split.rs +++ b/src/uu/split/src/split.rs @@ -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) PREFIXaa PREFIXab nbbbb ncccc +// spell-checker:ignore nbbbb ncccc mod filenames; mod number;