summaryrefslogtreecommitdiff
path: root/libcli
diff options
context:
space:
mode:
authorMichael Tokarev <mjt@tls.msk.ru>2022-04-01 10:07:47 +0300
committerJeremy Allison <jra@samba.org>2022-06-10 18:12:33 +0000
commit17c733d946af693f28f3f55bc2a5369c87a932e0 (patch)
treeb37963570458f0e5f751004bbdc7c3c70cd64b48 /libcli
parent6f3e03a6e3404bcdd80e9a867588af5ccc2b2526 (diff)
downloadsamba-17c733d946af693f28f3f55bc2a5369c87a932e0.tar.gz
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 <mjt@tls.msk.ru> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'libcli')
-rw-r--r--libcli/smb/smbXcli_base.c4
1 files changed, 2 insertions, 2 deletions
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)