diff options
| author | Volker Lendecke <vl@samba.org> | 2011-11-21 12:12:53 +0100 |
|---|---|---|
| committer | Stefan Metzmacher <metze@samba.org> | 2011-11-24 19:02:33 +0100 |
| commit | d287fe5399db463c0d10ad764d56926619e95ada (patch) | |
| tree | a23e80c5611cd886e6b8923bfafcc68b0b7ae34a /libcli | |
| parent | a5322366d8bad0c4ff9f9f206b307a7ff632a711 (diff) | |
s3:libsmb: Fix a typo
Diffstat (limited to 'libcli')
| -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); |
