s3: Fix a typo
authorVolker Lendecke <vl@samba.org>
Tue, 26 Apr 2011 10:40:07 +0000 (12:40 +0200)
committerVolker Lendecke <vlendec@samba.org>
Tue, 26 Apr 2011 11:31:08 +0000 (13:31 +0200)
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Tue Apr 26 13:31:08 CEST 2011 on sn-devel-104

source3/smbd/vfs.c

index 39b30ecc0de135c00981f71d873356b3721b6ff8..3bde0a388e51a7eb05920935e148fa7e1314206f 100644 (file)
@@ -1008,7 +1008,7 @@ NTSTATUS check_reduced_name(connection_struct *conn, const char *fname)
                        /* fname can't have changed in resolved_path. */
                        const char *p = &resolved_name[rootdir_len];
 
-                       /* *p ran be '\0' if fname was "." */
+                       /* *p can be '\0' if fname was "." */
                        if (*p == '\0' && ISDOT(fname)) {
                                goto out;
                        }