From: Volker Lendecke Date: Sun, 7 Mar 2021 08:57:05 +0000 (+0100) Subject: rpc_server: Fix a typo X-Git-Tag: tevent-0.11.0~1644 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d1049796fe95374a17ce2b8a77ee67d9dda4874;p=thirdparty%2Fsamba.git rpc_server: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/librpc/rpc/dcesrv_core.h b/librpc/rpc/dcesrv_core.h index 333671cc3e3..9f0e1b3a7a5 100644 --- a/librpc/rpc/dcesrv_core.h +++ b/librpc/rpc/dcesrv_core.h @@ -115,7 +115,7 @@ struct dcesrv_call_state { * and skip the reply * * this is only allowed to the backend when DCESRV_CALL_STATE_FLAG_MAY_ASYNC - * is alerady set by the frontend + * is already set by the frontend * * the backend then needs to call dcesrv_reply() when it's * ready to send the reply