Fix some typos.
authorKarolin Seeger <kseeger@samba.org>
Tue, 26 Feb 2008 09:26:10 +0000 (10:26 +0100)
committerKarolin Seeger <kseeger@samba.org>
Tue, 26 Feb 2008 09:26:10 +0000 (10:26 +0100)
Karolin

source/utils/net_rpc.c

index 5bc37f391feba3dd582bf99f66f5dd582c2091a7..0e31d013a1217070939b61927a89fcca06bdd6b6 100644 (file)
@@ -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