summaryrefslogtreecommitdiff
path: root/source4/auth
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2010-03-03 16:03:13 +0100
committerKarolin Seeger <kseeger@samba.org>2010-03-03 16:03:13 +0100
commit340797f3fa39278c214c12cbe374a29f0988ecd3 (patch)
treee4cb4ce3865b1dabfa43db35e048914df6984849 /source4/auth
parent892213c7b72b8d22c56c6bd827c8e8785db83849 (diff)
downloadsamba-340797f3fa39278c214c12cbe374a29f0988ecd3.tar.gz
samba-340797f3fa39278c214c12cbe374a29f0988ecd3.tar.bz2
samba-340797f3fa39278c214c12cbe374a29f0988ecd3.zip
Fix typo in comments.
Diffstat (limited to 'source4/auth')
-rw-r--r--source4/auth/ntlmssp/ntlmssp_sign.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/auth/ntlmssp/ntlmssp_sign.c b/source4/auth/ntlmssp/ntlmssp_sign.c
index 9e0d80f788..b327701d61 100644
--- a/source4/auth/ntlmssp/ntlmssp_sign.c
+++ b/source4/auth/ntlmssp/ntlmssp_sign.c
@@ -229,7 +229,7 @@ NTSTATUS gensec_ntlmssp_seal_packet(struct gensec_security *gensec_security,
dump_data_pw("ntlmssp clear data\n", data, length);
if (gensec_ntlmssp_state->neg_flags & NTLMSSP_NEGOTIATE_NTLM2) {
/* The order of these two operations matters - we must first seal the packet,
- then seal the sequence number - this is becouse the send_seal_hash is not
+ then seal the sequence number - this is because the send_seal_hash is not
constant, but is is rather updated with each iteration */
nt_status = ntlmssp_make_packet_signature(gensec_ntlmssp_state, sig_mem_ctx,
data, length,
@@ -249,7 +249,7 @@ NTSTATUS gensec_ntlmssp_seal_packet(struct gensec_security *gensec_security,
/* The order of these two operations matters - we must
first seal the packet, then seal the sequence
- number - this is becouse the ntlmssp_hash is not
+ number - this is because the ntlmssp_hash is not
constant, but is is rather updated with each
iteration */