From 17c733d946af693f28f3f55bc2a5369c87a932e0 Mon Sep 17 00:00:00 2001 From: Michael Tokarev Date: Fri, 1 Apr 2022 10:07:47 +0300 Subject: spelling: connnect encrytion exisit expection explicit invalide missmatch paramater paramter partion privilige relase reponse seperate unkown verson authencication progagated Tree-wide spellcheck for some common misspellings. source3/utils/status.c has misspelled local variable (unkown_dialect). "missmatch" is a known historical misspelling, only the incorrect misspellings are fixed. source3/locale/net/de.po has the spelling error (unkown) in two msgids - it probably should be updated with current source. Signed-off-by: Michael Tokarev Reviewed-by: Andrew Bartlett Reviewed-by: Jeremy Allison --- libcli/smb/smbXcli_base.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libcli') diff --git a/libcli/smb/smbXcli_base.c b/libcli/smb/smbXcli_base.c index a8e5aa4fdaa..d2f55966c3a 100644 --- a/libcli/smb/smbXcli_base.c +++ b/libcli/smb/smbXcli_base.c @@ -1761,7 +1761,7 @@ static NTSTATUS smb1cli_req_writev_submit(struct tevent_req *req, } /* - * If we supported multiple encrytion contexts + * If we supported multiple encryption contexts * here we'd look up based on tid. */ if (common_encryption_on(state->conn->smb1.trans_enc)) { @@ -2228,7 +2228,7 @@ static NTSTATUS smb1cli_conn_dispatch_incoming(struct smbXcli_conn *conn, } /* - * If we supported multiple encrytion contexts + * If we supported multiple encryption contexts * here we'd look up based on tid. */ if (common_encryption_on(conn->smb1.trans_enc) -- cgit v1.2.1