summaryrefslogtreecommitdiff
path: root/source3/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2015-06-03 13:33:00 +0200
committerJeremy Allison <jra@samba.org>2015-06-04 03:51:29 +0200
commit4234cbb694a9eee1b7752566e50bbf7ffca75685 (patch)
tree1e12689ce006ec53e7f3c5abd0ab8330af24e78b /source3/librpc
parentab26e84da15c636ecd772afcba740b307e1a5a79 (diff)
downloadsamba-4234cbb694a9eee1b7752566e50bbf7ffca75685.tar.gz
s3-rpc_server: Fix inteface typo.
Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Michael Adam <obnox@samba.org> Reviewed-by: Ira Cooper <ira@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Thu Jun 4 03:51:29 CEST 2015 on sn-devel-104
Diffstat (limited to 'source3/librpc')
-rw-r--r--source3/librpc/rpc/dcerpc_ep.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/librpc/rpc/dcerpc_ep.h b/source3/librpc/rpc/dcerpc_ep.h
index 7d1397b2b40..6cd46830a58 100644
--- a/source3/librpc/rpc/dcerpc_ep.h
+++ b/source3/librpc/rpc/dcerpc_ep.h
@@ -51,9 +51,9 @@ NTSTATUS dcerpc_binding_vector_add_np_default(const struct ndr_interface_table *
*
* @param[in] iface The rpc interface to add.
*
- * @param[in] bvec The binding vector to add the intface, host and port.
+ * @param[in] bvec The binding vector to add the interface, host and port.
*
- * @param[in] host The ip address of the network inteface bound.
+ * @param[in] host The ip address of the network interface bound.
*
* @param[in] port The port bound.
*
@@ -69,7 +69,7 @@ NTSTATUS dcerpc_binding_vector_add_port(const struct ndr_interface_table *iface,
*
* @param[in] iface The rpc interface to add.
*
- * @param[in] bvec The binding vector to add the intface, host and port.
+ * @param[in] bvec The binding vector to add the interface, host and port.
*
* @param[in] name The name of the unix socket.
*