summaryrefslogtreecommitdiff
path: root/source3/librpc/rpc/dcerpc_ep.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/librpc/rpc/dcerpc_ep.h')
-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.
*