]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
epmapper3: Fix a typo
authorVolker Lendecke <vl@samba.org>
Sun, 10 Jan 2021 12:15:49 +0000 (13:15 +0100)
committerJeremy Allison <jra@samba.org>
Tue, 12 Jan 2021 00:10:30 +0000 (00:10 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/rpc_server/epmapper/srv_epmapper.c

index 973014d6827f120240b4b3d46b6770cd926f1f1f..6b2aae7a1c89aef781517de9faf18c9908666656 100644 (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) {