From 57353b86502b277fea97ddf1a9e53d546d530946 Mon Sep 17 00:00:00 2001 From: David Mulder Date: Fri, 9 Aug 2024 10:43:05 -0600 Subject: [PATCH] A Rust 'crate' is not a misspelling of 'create' Also fix a misspelling in himmelblaud main. Signed-off-by: David Mulder Reviewed-by: Alexander Bokovoy --- .codespellignore | 1 + rust/himmelblaud/src/main.rs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.codespellignore b/.codespellignore index 8827976109d..08ae8c6cfca 100644 --- a/.codespellignore +++ b/.codespellignore @@ -10,6 +10,7 @@ bre bu childres clen +crate creat connectin daa diff --git a/rust/himmelblaud/src/main.rs b/rust/himmelblaud/src/main.rs index 5b1f2a1917e..eab735f7946 100644 --- a/rust/himmelblaud/src/main.rs +++ b/rust/himmelblaud/src/main.rs @@ -310,7 +310,7 @@ async fn main() -> ExitCode { client, ))); - // Listen for incomming requests from PAM and NSS + // Listen for incoming requests from PAM and NSS let listener = match UnixListener::bind(sock_path) { Ok(listener) => listener, Err(e) => { -- 2.47.3