summaryrefslogtreecommitdiff
path: root/source4/utils/ntlm_auth.c
diff options
context:
space:
mode:
authorBrad Hards <bradh@frogmouth.net>2010-02-21 17:35:11 +1100
committerMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>2010-02-22 21:45:37 +0100
commit7a23b9769be2c3c25cfb8fa280efb0ab34cd24b2 (patch)
treef1373bad41bc086afd2ec37947f6fdf9101628c0 /source4/utils/ntlm_auth.c
parent4b024683acba72c1b8618155a45f32e6437878d1 (diff)
downloadsamba-7a23b9769be2c3c25cfb8fa280efb0ab34cd24b2.tar.gz
samba-7a23b9769be2c3c25cfb8fa280efb0ab34cd24b2.tar.bz2
samba-7a23b9769be2c3c25cfb8fa280efb0ab34cd24b2.zip
Various source4 spelling fixes.
Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Diffstat (limited to 'source4/utils/ntlm_auth.c')
-rw-r--r--source4/utils/ntlm_auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/utils/ntlm_auth.c b/source4/utils/ntlm_auth.c
index 97a983c9cd..a60ce98d48 100644
--- a/source4/utils/ntlm_auth.c
+++ b/source4/utils/ntlm_auth.c
@@ -701,7 +701,7 @@ static void manage_gensec_request(enum stdio_helper_mode stdio_helper_mode,
if (!NT_STATUS_IS_OK(nt_status)) {
reply_code = "BH Failed to retrive session info";
reply_arg = nt_errstr(nt_status);
- DEBUG(1, ("GENSEC failed to retreive the session info: %s\n", nt_errstr(nt_status)));
+ DEBUG(1, ("GENSEC failed to retrieve the session info: %s\n", nt_errstr(nt_status)));
} else {
reply_code = "AF";