Skip to content

Commit 57353b8

Browse files
committed
A Rust 'crate' is not a misspelling of 'create'
Also fix a misspelling in himmelblaud main. Signed-off-by: David Mulder <[email protected]> Reviewed-by: Alexander Bokovoy <[email protected]>
1 parent 2824ed2 commit 57353b8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.codespellignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ bre
1010
bu
1111
childres
1212
clen
13+
crate
1314
creat
1415
connectin
1516
daa

rust/himmelblaud/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ async fn main() -> ExitCode {
310310
client,
311311
)));
312312

313-
// Listen for incomming requests from PAM and NSS
313+
// Listen for incoming requests from PAM and NSS
314314
let listener = match UnixListener::bind(sock_path) {
315315
Ok(listener) => listener,
316316
Err(e) => {

0 commit comments

Comments
 (0)