diff options
-rw-r--r-- | libcli/smb/smbXcli_base.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcli/smb/smbXcli_base.c b/libcli/smb/smbXcli_base.c index 14b09302b9..e3d7a26ae7 100644 --- a/libcli/smb/smbXcli_base.c +++ b/libcli/smb/smbXcli_base.c @@ -812,7 +812,7 @@ void smbXcli_conn_disconnect(struct smbXcli_conn *conn, NTSTATUS status) /* * we need to defer the callback, because we may notify - * more then one caller. + * more than one caller. */ tevent_req_defer_callback(req, state->ev); tevent_req_nterror(req, status); |