r15827: fixed a spelling error
authorAndrew Tridgell <tridge@samba.org>
Tue, 23 May 2006 03:53:36 +0000 (03:53 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:08:29 +0000 (14:08 -0500)
(This used to be commit 801357af2ef80fe270750c084a78142711ae9e6c)

source4/smb_server/smb/reply.c

index 9abb35ad86c2cd2698ced817a260a1afb8494b9a..75830ae73ac45a40c0d127a02015b072e37c7f47 100644 (file)
@@ -1239,7 +1239,7 @@ void smbsrv_reply_tdis(struct smbsrv_request *req)
                talloc_free(h);
        }
 
-       /* finaly destroy the tcon */
+       /* finally destroy the tcon */
        talloc_free(req->tcon);
        req->tcon = NULL;