Skip to content

Commit

Permalink
libcli: Fix a typo
Browse files Browse the repository at this point in the history
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Richard Sharpe <sharpe@samba.org>
  • Loading branch information
vlendec authored and jrasamba committed Nov 10, 2017
1 parent 15597a9 commit 71720e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcli/smb/smbXcli_base.c
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,7 @@ static NTSTATUS smbXcli_req_cancel_write_req(struct tevent_req *req)

/*
* Check if it's possible to cancel the request.
* If the result is true it's not to late.
* If the result is true it's not too late.
* See writev_cancel().
*/
ok = tevent_req_cancel(state->write_req);
Expand Down

0 comments on commit 71720e2

Please sign in to comment.