summaryrefslogtreecommitdiff
path: root/source3/libsmb
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-05-14 00:46:43 +0000
committerTim Potter <tpot@samba.org>2003-05-14 00:46:43 +0000
commit402fbc518a5489b33f1c5eafb8e6acb9ee5addbd (patch)
treec1c2dfa46138bba3ab0a9bb975b54499090ea72b /source3/libsmb
parentd956b34997cacbb1178ae22795ab3a9279103e85 (diff)
downloadsamba-402fbc518a5489b33f1c5eafb8e6acb9ee5addbd.tar.gz
samba-402fbc518a5489b33f1c5eafb8e6acb9ee5addbd.tar.bz2
samba-402fbc518a5489b33f1c5eafb8e6acb9ee5addbd.zip
spelling
(This used to be commit 865c11275685c85124b506c9bbd2a8bde2e760b9)
Diffstat (limited to 'source3/libsmb')
-rw-r--r--source3/libsmb/cliconnect.c2
-rw-r--r--source3/libsmb/clientgen.c2
-rw-r--r--source3/libsmb/smb_signing.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/source3/libsmb/cliconnect.c b/source3/libsmb/cliconnect.c
index f58a458aba..154a7cae58 100644
--- a/source3/libsmb/cliconnect.c
+++ b/source3/libsmb/cliconnect.c
@@ -295,7 +295,7 @@ static BOOL cli_session_setup_nt1(struct cli_state *cli, const char *user,
} else {
/* pre-encrypted password supplied. Only used for
security=server, can't do
- signing becouse we don't have oringial key */
+ signing because we don't have original key */
lm_response = data_blob(pass, passlen);
nt_response = data_blob(ntpass, ntpasslen);
diff --git a/source3/libsmb/clientgen.c b/source3/libsmb/clientgen.c
index 81cb61d757..8d4e8a266c 100644
--- a/source3/libsmb/clientgen.c
+++ b/source3/libsmb/clientgen.c
@@ -274,7 +274,7 @@ struct cli_state *cli_initialise(struct cli_state *cli)
memset(cli->outbuf, 0, cli->bufsize);
memset(cli->inbuf, 0, cli->bufsize);
- /* just becouse we over-allocate, doesn't mean it's right to use it */
+ /* just because we over-allocate, doesn't mean it's right to use it */
clobber_region(FUNCTION_MACRO, __LINE__, cli->outbuf+cli->bufsize, SAFETY_MARGIN);
clobber_region(FUNCTION_MACRO, __LINE__, cli->inbuf+cli->bufsize, SAFETY_MARGIN);
diff --git a/source3/libsmb/smb_signing.c b/source3/libsmb/smb_signing.c
index 0f56cd15d9..eedf7f401f 100644
--- a/source3/libsmb/smb_signing.c
+++ b/source3/libsmb/smb_signing.c
@@ -112,7 +112,7 @@ static void cli_simple_sign_outgoing_message(struct cli_state *cli)
* Firstly put the sequence number into the first 4 bytes.
* and zero out the next 4 bytes.
*
- * We put the sequence into the packet, becouse we are going
+ * We put the sequence into the packet, because we are going
* to copy over it anyway.
*/
SIVAL(cli->outbuf, smb_ss_field,