summaryrefslogtreecommitdiff
path: root/source3/utils/net_rpc_join.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2003-04-13 15:18:21 +0000
committerJelmer Vernooij <jelmer@samba.org>2003-04-13 15:18:21 +0000
commit6be6a341f8e44408f06aeed1064277e13dc7afba (patch)
tree77b004f649be30e1f7dd76d927098654015ddaac /source3/utils/net_rpc_join.c
parenta9361837246861a9f319de1ea6d92f6cb81d61af (diff)
downloadsamba-6be6a341f8e44408f06aeed1064277e13dc7afba.tar.gz
samba-6be6a341f8e44408f06aeed1064277e13dc7afba.tar.bz2
samba-6be6a341f8e44408f06aeed1064277e13dc7afba.zip
Some small changes - typos, adding usage for some commands
and removing -j because it was not used at all. (This used to be commit e3e2c1b27128f7b5a1f4bbc8093c75b0c12549b4)
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;
}