1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

epmapper3: Fix a typo

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Volker Lendecke 2021-01-10 13:15:49 +01:00 committed by Jeremy Allison
parent ca0104d451
commit 457afe052f

View File

@ -461,7 +461,7 @@ error_status_t _epm_Insert(struct pipes_struct *p,
iface->syntax_id = dcerpc_binding_get_abstract_syntax(b);
/*
* Check if the rpc service is alrady registered on the
* Check if the rpc service is already registered on the
* endpoint.
*/
if (find_interface(ep, iface) != NULL) {