diff options
author | Rafal Szczesniak <mimir@samba.org> | 2003-08-13 20:53:48 +0000 |
---|---|---|
committer | Rafal Szczesniak <mimir@samba.org> | 2003-08-13 20:53:48 +0000 |
commit | 1a43ca5ace8e36b7e0b7b4503e8e0522dbf1127d (patch) | |
tree | 895b6326c7961f4b71a475078cf64d34159b872d | |
parent | d7ec3205e9f8202c47931d7362a18ab2a36c60ea (diff) | |
download | samba-1a43ca5ace8e36b7e0b7b4503e8e0522dbf1127d.tar.gz samba-1a43ca5ace8e36b7e0b7b4503e8e0522dbf1127d.tar.bz2 samba-1a43ca5ace8e36b7e0b7b4503e8e0522dbf1127d.zip |
Small typo fix found while testing domain trusts.
rafal
(This used to be commit 033ee6e68708f687ccd053eab4a7dac16937354b)
-rw-r--r-- | source3/utils/net_rpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net_rpc.c b/source3/utils/net_rpc.c index 890d4a012b..6addd336e2 100644 --- a/source3/utils/net_rpc.c +++ b/source3/utils/net_rpc.c @@ -1782,7 +1782,7 @@ static int rpc_trustdom_establish(int argc, const char **argv) /* find the domain controller */ if (!net_find_pdc(&server_ip, pdc_name, domain_name)) { - DEBUG(0, ("Coulnd find domain controller for domain %s\n", domain_name)); + DEBUG(0, ("Couldn't find domain controller for domain %s\n", domain_name)); return -1; } |