From a80ea6bf4fede6de044f15c608ebb3852defff01 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 1 Apr 2019 21:14:05 +0200 Subject: [PATCH] rpc: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison Autobuild-User(master): Jeremy Allison Autobuild-Date(master): Wed Apr 3 17:53:30 UTC 2019 on sn-devel-144 --- libcli/named_pipe_auth/npa_tstream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcli/named_pipe_auth/npa_tstream.c b/libcli/named_pipe_auth/npa_tstream.c index 8e93b8175a7..3ba1c2cbf34 100644 --- a/libcli/named_pipe_auth/npa_tstream.c +++ b/libcli/named_pipe_auth/npa_tstream.c @@ -763,7 +763,7 @@ static void tstream_npa_readv_msg_mode_handler(struct tevent_req *subreq) } /* - * we do not set state->ret here as ret includes the headr size. + * we do not set state->ret here as ret includes the header size. * we set it in tstream_npa_readv_pdu_next_vector() */