From: Volker Lendecke Date: Wed, 27 Jan 2021 13:53:15 +0000 (+0100) Subject: librpc: Fix a typo, while there linewrap the comment X-Git-Tag: tevent-0.11.0~1636 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b1ba5d58727eff385eb2d3a570a655376b441ee6;p=thirdparty%2Fsamba.git librpc: Fix a typo, while there linewrap the comment Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/librpc/rpc/dcesrv_handles.c b/librpc/rpc/dcesrv_handles.c index 589a1ebb208..2afeb0f8eaa 100644 --- a/librpc/rpc/dcesrv_handles.c +++ b/librpc/rpc/dcesrv_handles.c @@ -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);