s3:libsmb: Fix a typo
authorVolker Lendecke <vl@samba.org>
Mon, 21 Nov 2011 11:12:53 +0000 (12:12 +0100)
committerStefan Metzmacher <metze@samba.org>
Thu, 24 Nov 2011 18:02:33 +0000 (19:02 +0100)
libcli/smb/smbXcli_base.c

index 14b09302b92256acb5d79bc50a46b6f436a43a99..e3d7a26ae743eb6466cd9884d2f3d995746dfda9 100644 (file)
@@ -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);