summaryrefslogtreecommitdiff
path: root/source3
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 /source3
parent892213c7b72b8d22c56c6bd827c8e8785db83849 (diff)
downloadsamba-340797f3fa39278c214c12cbe374a29f0988ecd3.tar.gz
samba-340797f3fa39278c214c12cbe374a29f0988ecd3.tar.bz2
samba-340797f3fa39278c214c12cbe374a29f0988ecd3.zip
Fix typo in comments.
Diffstat (limited to 'source3')
-rw-r--r--source3/libsmb/ntlmssp_sign.c4
-rw-r--r--source3/utils/net.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/source3/libsmb/ntlmssp_sign.c b/source3/libsmb/ntlmssp_sign.c
index 3fd22ce73f..7aa338688e 100644
--- a/source3/libsmb/ntlmssp_sign.c
+++ b/source3/libsmb/ntlmssp_sign.c
@@ -256,7 +256,7 @@ NTSTATUS ntlmssp_seal_packet(struct ntlmssp_state *ntlmssp_state,
dump_data_pw("ntlmssp clear data\n", data, length);
if (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 */
NTSTATUS nt_status = ntlmssp_make_packet_signature(ntlmssp_state,
data, length,
@@ -278,7 +278,7 @@ NTSTATUS ntlmssp_seal_packet(struct ntlmssp_state *ntlmssp_state,
}
/* The order of these two operations matters - we must first seal the packet,
- then seal the sequence number - this is becouse the ntlmv1_arc4_state is not
+ then seal the sequence number - this is because the ntlmv1_arc4_state is not
constant, but is is rather updated with each iteration */
dump_arc4_state("ntlmv1 arc4 state:\n",
diff --git a/source3/utils/net.c b/source3/utils/net.c
index 0c5f0807ff..6e39e26434 100644
--- a/source3/utils/net.c
+++ b/source3/utils/net.c
@@ -897,7 +897,7 @@ static struct functable net_func[] = {
load_interfaces();
/* this makes sure that when we do things like call scripts,
- that it won't assert becouse we are not root */
+ that it won't assert because we are not root */
sec_init();
if (c->opt_machine_pass) {