summaryrefslogtreecommitdiff
path: root/source3/utils/net_rpc_join.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-04-14 04:00:37 +0000
committerTim Potter <tpot@samba.org>2003-04-14 04:00:37 +0000
commitb0f49fcd538e28d27fa69a778cf04f4d78755481 (patch)
tree1ae57a050b861b7b0f23ea7dfcefff7b471fea07 /source3/utils/net_rpc_join.c
parent00352663c495e076734a1070c03b19310d92613f (diff)
downloadsamba-b0f49fcd538e28d27fa69a778cf04f4d78755481.tar.gz
samba-b0f49fcd538e28d27fa69a778cf04f4d78755481.tar.bz2
samba-b0f49fcd538e28d27fa69a778cf04f4d78755481.zip
Merge of Jelmer's usage updates for net.
(This used to be commit 6a5b88c95b3fd17431cda79e9aa2a593fef85100)
Diffstat (limited to 'source3/utils/net_rpc_join.c')
-rw-r--r--source3/utils/net_rpc_join.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net_rpc_join.c b/source3/utils/net_rpc_join.c
index b0eb335986..e2fd9aa434 100644
--- a/source3/utils/net_rpc_join.c
+++ b/source3/utils/net_rpc_join.c
@@ -63,7 +63,7 @@ int net_rpc_join_ok(const char *domain)
if (!secrets_fetch_trust_account_password(domain,
stored_md4_trust_password, NULL)) {
- DEBUG(0,("Could not reterive domain trust secret"));
+ DEBUG(0,("Could not retreive domain trust secret"));
goto done;
}