smbd: Fix a typo
authorVolker Lendecke <vl@samba.org>
Mon, 18 May 2015 07:00:46 +0000 (09:00 +0200)
committerMatthieu Patou <mat@samba.org>
Tue, 26 May 2015 15:40:54 +0000 (17:40 +0200)
Change-Id: Ifb947ab7b5af473d5f03c0ccd352735bb8c4ded9
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Matthieu Patou <mat@matws.net>
Autobuild-User(master): Matthieu Patou <mat@samba.org>
Autobuild-Date(master): Tue May 26 17:40:54 CEST 2015 on sn-devel-104

source3/lib/filename_util.c

index 316360b368d395473db7658a9c9be27cac91823a..9cd348a2939660c0a2247dd5f58a22916f0a17ea 100644 (file)
@@ -192,7 +192,7 @@ struct smb_filename *cp_smb_filename(TALLOC_CTX *mem_ctx,
        ZERO_STRUCTP(out);
 
        /*
-        * The following allocations cannot fails as we
+        * The following allocations cannot fail as we
         * pre-allocated space for them in the out pooled
         * object.
         */