From 70c3f49430c596c04e6199539b9a713cced50279 Mon Sep 17 00:00:00 2001 From: Andrew Liebenow Date: Tue, 24 Sep 2024 19:37:43 -0500 Subject: [PATCH] Add spelling exception --- src/uu/base32/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/uu/base32/Cargo.toml b/src/uu/base32/Cargo.toml index 88724360f..abd397873 100644 --- a/src/uu/base32/Cargo.toml +++ b/src/uu/base32/Cargo.toml @@ -1,3 +1,5 @@ +# spell-checker:ignore proptest + [package] name = "uu_base32" version = "0.0.27"