]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
A Rust 'crate' is not a misspelling of 'create'
authorDavid Mulder <dmulder@samba.org>
Fri, 9 Aug 2024 16:43:05 +0000 (10:43 -0600)
committerDavid Mulder <dmulder@samba.org>
Wed, 23 Oct 2024 14:21:33 +0000 (14:21 +0000)
Also fix a misspelling in himmelblaud main.

Signed-off-by: David Mulder <dmulder@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
.codespellignore
rust/himmelblaud/src/main.rs

index 8827976109d60aeb1206742a9975b52aad3e990d..08ae8c6cfca777ff3f215853f92985e6b9c2cb89 100644 (file)
@@ -10,6 +10,7 @@ bre
 bu
 childres
 clen
+crate
 creat
 connectin
 daa
index 5b1f2a1917e83dc8b95b990eeb06675067542028..eab735f7946279611fe51a47a31e3a6461304e8e 100644 (file)
@@ -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) => {