diff options
author | Brad Hards <bradh@frogmouth.net> | 2010-02-21 17:35:11 +1100 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | 2010-02-22 21:45:37 +0100 |
commit | 7a23b9769be2c3c25cfb8fa280efb0ab34cd24b2 (patch) | |
tree | f1373bad41bc086afd2ec37947f6fdf9101628c0 /source4/utils | |
parent | 4b024683acba72c1b8618155a45f32e6437878d1 (diff) | |
download | samba-7a23b9769be2c3c25cfb8fa280efb0ab34cd24b2.tar.gz |
Various source4 spelling fixes.
Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Diffstat (limited to 'source4/utils')
-rw-r--r-- | source4/utils/ntlm_auth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/utils/ntlm_auth.c b/source4/utils/ntlm_auth.c index 97a983c9cd4..a60ce98d48f 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"; |