From 1af4ee51ad693828d03955b138e60df2920b801e Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Fri, 8 Feb 2008 13:48:23 +0100 Subject: Fix typo. Karolin (This used to be commit ae9d386bcc9d5e0987ed4d6a209830438c280974) --- source3/utils/net_rpc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/utils') diff --git a/source3/utils/net_rpc.c b/source3/utils/net_rpc.c index 33a1dad6b0..cc775980da 100644 --- a/source3/utils/net_rpc.c +++ b/source3/utils/net_rpc.c @@ -397,7 +397,7 @@ static int rpc_join_usage(int argc, const char **argv) * @param argc Standard main() style argv. Initial components are already * stripped * - * Main 'net_rpc_join()' (where the admain username/password is used) is + * Main 'net_rpc_join()' (where the admin username/password is used) is * in net_rpc_join.c * Try to just change the password, but if that doesn't work, use/prompt * for a username/password. -- cgit