From: David Mulder Date: Fri, 9 Aug 2024 16:43:05 +0000 (-0600) Subject: A Rust 'crate' is not a misspelling of 'create' X-Git-Tag: tdb-1.4.13~900 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=57353b86502b277fea97ddf1a9e53d546d530946;p=thirdparty%2Fsamba.git 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 --- 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) => {