summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2008-02-26 10:26:10 +0100
committerKarolin Seeger <kseeger@samba.org>2008-02-26 10:26:10 +0100
commit79fa62a1bf486e7cc8a5ad01d6ed2440ea2cab26 (patch)
treea78128e1b35d13b3c6617d0713161a800aa89ca2 /source3
parent32dd3411195e3a0d5b2b05bc353e8045e07b6e5a (diff)
downloadsamba-79fa62a1bf486e7cc8a5ad01d6ed2440ea2cab26.tar.gz
samba-79fa62a1bf486e7cc8a5ad01d6ed2440ea2cab26.tar.bz2
samba-79fa62a1bf486e7cc8a5ad01d6ed2440ea2cab26.zip
Fix some typos.
Karolin (This used to be commit 71f05a1f9656c4a50dd4b8b08575be6536e92288)
Diffstat (limited to 'source3')
-rw-r--r--source3/utils/net_rpc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/utils/net_rpc.c b/source3/utils/net_rpc.c
index 5bc37f391f..0e31d013a1 100644
--- a/source3/utils/net_rpc.c
+++ b/source3/utils/net_rpc.c
@@ -3600,14 +3600,14 @@ static bool check_share_sanity(struct cli_state *cli, fstring netname, uint32 ty
}
/**
- * Migrate shares from a remote RPC server to the local RPC srever
+ * Migrate shares from a remote RPC server to the local RPC server
*
* All parameters are provided by the run_rpc_command function, except for
- * argc, argv which are passes through.
+ * argc, argv which are passed through.
*
* @param domain_sid The domain sid acquired from the remote server
* @param cli A cli_state connected to the server.
- * @param mem_ctx Talloc context, destoyed on completion of the function.
+ * @param mem_ctx Talloc context, destroyed on completion of the function.
* @param argc Standard main() style argc
* @param argv Standard main() style argv. Initial components are already
* stripped