summaryrefslogtreecommitdiff
path: root/source4/librpc/rpc/dcerpc_auth.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-12-02 19:31:14 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:47:09 +0100
commitfface33dd731a711688b56593bb703c38090e782 (patch)
tree65317fdeb7bb1e6c0d861222383a1582ad49c6b1 /source4/librpc/rpc/dcerpc_auth.c
parentb5594df87d054d203e9bfb52a49c87bc3ecf46a1 (diff)
downloadsamba-fface33dd731a711688b56593bb703c38090e782.tar.gz
r26231: Spell check: credentails -> credentials.
(This used to be commit 4b46888bd0195ab12190f76868719fc018baafd6)
Diffstat (limited to 'source4/librpc/rpc/dcerpc_auth.c')
-rw-r--r--source4/librpc/rpc/dcerpc_auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/rpc/dcerpc_auth.c b/source4/librpc/rpc/dcerpc_auth.c
index 7db6c1b7cdb..0fb898c562b 100644
--- a/source4/librpc/rpc/dcerpc_auth.c
+++ b/source4/librpc/rpc/dcerpc_auth.c
@@ -248,7 +248,7 @@ struct composite_context *dcerpc_bind_auth_send(TALLOC_CTX *mem_ctx,
c->status = gensec_set_credentials(sec->generic_state, credentials);
if (!NT_STATUS_IS_OK(c->status)) {
- DEBUG(1, ("Failed to set GENSEC client credentails: %s\n",
+ DEBUG(1, ("Failed to set GENSEC client credentials: %s\n",
nt_errstr(c->status)));
composite_error(c, c->status);
return c;