From: Volker Lendecke Date: Mon, 1 Apr 2019 19:14:05 +0000 (+0200) Subject: rpc: Fix a typo X-Git-Tag: tdb-1.4.1~535 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a80ea6bf4fede6de044f15c608ebb3852defff01;p=thirdparty%2Fsamba.git 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 --- 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() */