rpc_server: Fix a typo
authorVolker Lendecke <vl@samba.org>
Sun, 7 Mar 2021 08:57:05 +0000 (09:57 +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_core.h

index 333671cc3e3dd7a5817fbd4a301aa2a0fbfb1900..9f0e1b3a7a5203fbf4b710b8bef16ae8ddb31e53 100644 (file)
@@ -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