smbd: Fix a typo
authorVolker Lendecke <vl@samba.org>
Tue, 10 Feb 2015 16:26:47 +0000 (17:26 +0100)
committerDavid Disseldorp <ddiss@samba.org>
Tue, 10 Feb 2015 19:27:32 +0000 (20:27 +0100)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: David Disseldorp <ddiss@samba.org>
Autobuild-User(master): David Disseldorp <ddiss@samba.org>
Autobuild-Date(master): Tue Feb 10 20:27:32 CET 2015 on sn-devel-104

source3/smbd/msdfs.c

index bbf353d615c81a255796afc590e4471e37bf237c..3bd8a0944a48a056ac4c01e885c624eed0fe4f30 100644 (file)
@@ -296,7 +296,7 @@ static NTSTATUS create_conn_struct_as_root(TALLOC_CTX *ctx,
        set_conn_connectpath(conn, connpath);
 
        /*
-        * New code to check if there's a share security descripter
+        * New code to check if there's a share security descriptor
         * added from NT server manager. This is done after the
         * smb.conf checks are done as we need a uid and token. JRA.
         *