]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
librpc: Fix a typo, while there linewrap the comment
authorVolker Lendecke <vl@samba.org>
Wed, 27 Jan 2021 13:53:15 +0000 (14:53 +0100)
committerJeremy Allison <jra@samba.org>
Tue, 9 Mar 2021 22:36:28 +0000 (22:36 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
librpc/rpc/dcesrv_handles.c

index 589a1ebb2080b9c9a2578d8b62ad3de1eb88bb4e..2afeb0f8eaa7d31c1252359cc4b568dfd4f31d33 100644 (file)
@@ -49,7 +49,8 @@ struct dcesrv_handle *dcesrv_handle_create(struct dcesrv_call_state *call,
        struct dom_sid *sid;
 
        /*
-        * For simplicty, ensure we abort here for an interface that has no handles (programmer error)
+        * For simplicity, ensure we abort here for an interface that
+        * has no handles (programmer error)
         */
        SMB_ASSERT((context->iface->flags & DCESRV_INTERFACE_FLAGS_HANDLES_NOT_USED) == 0);