rpc_server: Fix a typo
authorVolker Lendecke <vl@samba.org>
Wed, 20 Jan 2021 14:00:08 +0000 (15:00 +0100)
committerJeremy Allison <jra@samba.org>
Fri, 22 Jan 2021 19:54:38 +0000 (19:54 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
librpc/rpc/dcesrv_core.c

index 0faf90639577cd147e9d3996648ca94d98cdb60d..a413359d985ac838502fd518a0481d2b409c2ed8 100644 (file)
@@ -162,7 +162,7 @@ _PUBLIC_ const struct dcesrv_interface *find_interface_by_uuid(const struct dces
 }
 
 /*
-  find the earlier parts of a fragmented call awaiting reassembily
+  find the earlier parts of a fragmented call awaiting reassembly
 */
 static struct dcesrv_call_state *dcesrv_find_fragmented_call(struct dcesrv_connection *dce_conn, uint32_t call_id)
 {