[PATCH] Fix a typo
Volker Lendecke
Volker.Lendecke at SerNet.DE
Mon Oct 30 12:46:40 UTC 2017
Hi!
Review appreciated!
Thanks, Volker
-------------- next part --------------
From 478dde53da37916a9a6c19bbbfbc7a7683af3673 Mon Sep 17 00:00:00 2001
From: Volker Lendecke <vl at samba.org>
Date: Mon, 30 Oct 2017 13:46:04 +0100
Subject: [PATCH] libcli: Fix a typo
Signed-off-by: Volker Lendecke <vl at samba.org>
---
libcli/smb/smbXcli_base.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libcli/smb/smbXcli_base.c b/libcli/smb/smbXcli_base.c
index 7322380d501..6335ce0c121 100644
--- a/libcli/smb/smbXcli_base.c
+++ b/libcli/smb/smbXcli_base.c
@@ -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);
--
2.11.0
More information about the samba-technical
mailing list