1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-03 01:18:10 +03:00

A Rust 'crate' is not a misspelling of 'create'

Also fix a misspelling in himmelblaud main.

Signed-off-by: David Mulder <dmulder@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
This commit is contained in:
David Mulder 2024-08-09 10:43:05 -06:00
parent 2824ed2605
commit 57353b8650
2 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@ bre
bu
childres
clen
crate
creat
connectin
daa

View 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) => {