diff options
author | Karolin Seeger <kseeger@samba.org> | 2008-02-08 13:48:23 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-02-08 14:08:49 +0100 |
commit | 1af4ee51ad693828d03955b138e60df2920b801e (patch) | |
tree | db2e3fba580734b98d923cba56657cda0347397e /source3/utils/net_rpc.c | |
parent | fddbd6ec1cfda5d77c5c11d6f165b8ac5bff039e (diff) | |
download | samba-1af4ee51ad693828d03955b138e60df2920b801e.tar.gz samba-1af4ee51ad693828d03955b138e60df2920b801e.tar.bz2 samba-1af4ee51ad693828d03955b138e60df2920b801e.zip |
Fix typo.
Karolin
(This used to be commit ae9d386bcc9d5e0987ed4d6a209830438c280974)
Diffstat (limited to 'source3/utils/net_rpc.c')
-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 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. |