summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2021-01-10 13:01:45 +0100
committerJeremy Allison <jra@samba.org>2021-01-12 00:10:30 +0000
commit83d85833bba6d4e34a9b761cd1787775d68d65bc (patch)
tree95404713bee950e07861f76a31d468dbd6d05aca /librpc
parente60c435744b869318a14f69f6aa0bc67e3cceb8f (diff)
downloadsamba-83d85833bba6d4e34a9b761cd1787775d68d65bc.tar.gz
rpc_server: Fix a typo
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'librpc')
-rw-r--r--librpc/rpc/dcesrv_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/rpc/dcesrv_core.h b/librpc/rpc/dcesrv_core.h
index 399c4ea8056..41ae622ecfe 100644
--- a/librpc/rpc/dcesrv_core.h
+++ b/librpc/rpc/dcesrv_core.h
@@ -349,7 +349,7 @@ struct dcesrv_endpoint_server {
/* this function can be used by other endpoint servers to
* ask for a dcesrv_interface implementation
- * - iface must be reference to an already existeng struct !
+ * - iface must be reference to an already existing struct !
*/
bool (*interface_by_name)(struct dcesrv_interface *iface, const char *);
};