libcli: Fix a typo
authorVolker Lendecke <vl@samba.org>
Mon, 30 Oct 2017 12:46:04 +0000 (13:46 +0100)
committerJeremy Allison <jra@samba.org>
Fri, 10 Nov 2017 22:27:10 +0000 (23:27 +0100)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Richard Sharpe <sharpe@samba.org>
libcli/smb/smbXcli_base.c

index 7322380d5018224bb71883961ed68dbadd8c7163..6335ce0c121877c92410bfde427c1805bc72ea3f 100644 (file)
@@ -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);