From 1a43ca5ace8e36b7e0b7b4503e8e0522dbf1127d Mon Sep 17 00:00:00 2001 From: Rafal Szczesniak Date: Wed, 13 Aug 2003 20:53:48 +0000 Subject: Small typo fix found while testing domain trusts. rafal (This used to be commit 033ee6e68708f687ccd053eab4a7dac16937354b) --- source3/utils/net_rpc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit