From 6bcf4e2cece5815eb7352e74f64af14b13ad5a4f Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 19 Dec 2023 13:26:39 +0100 Subject: [PATCH] tr: add 'boop' to the ignore spell check --- src/uu/tr/src/operation.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uu/tr/src/operation.rs b/src/uu/tr/src/operation.rs index cd6a83de6..5565de6a1 100644 --- a/src/uu/tr/src/operation.rs +++ b/src/uu/tr/src/operation.rs @@ -3,7 +3,7 @@ // For the full copyright and license information, please view the LICENSE // file that was distributed with this source code. -// spell-checker:ignore (strings) anychar combinator Alnum Punct Xdigit alnum punct xdigit cntrl +// spell-checker:ignore (strings) anychar combinator Alnum Punct Xdigit alnum punct xdigit cntrl boop use nom::{ branch::alt,