diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-12-02 19:31:14 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:47:09 +0100 |
commit | fface33dd731a711688b56593bb703c38090e782 (patch) | |
tree | 65317fdeb7bb1e6c0d861222383a1582ad49c6b1 /source4/utils | |
parent | b5594df87d054d203e9bfb52a49c87bc3ecf46a1 (diff) | |
download | samba-fface33dd731a711688b56593bb703c38090e782.tar.gz samba-fface33dd731a711688b56593bb703c38090e782.tar.bz2 samba-fface33dd731a711688b56593bb703c38090e782.zip |
r26231: Spell check: credentails -> credentials.
(This used to be commit 4b46888bd0195ab12190f76868719fc018baafd6)
Diffstat (limited to 'source4/utils')
-rw-r--r-- | source4/utils/ntlm_auth.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/utils/ntlm_auth.c b/source4/utils/ntlm_auth.c index 20673775a5..75c87fc111 100644 --- a/source4/utils/ntlm_auth.c +++ b/source4/utils/ntlm_auth.c @@ -316,8 +316,8 @@ static void manage_gensec_get_pw_request(enum stdio_helper_mode stdio_helper_mod } /** - * Callback for password credentails. This is not async, and when - * GENSEC and the credentails code is made async, it will look rather + * Callback for password credentials. This is not async, and when + * GENSEC and the credentials code is made async, it will look rather * different. */ |