s3: Fix typos in a debug message in vfs_init_custom
authorVolker Lendecke <vl@samba.org>
Sun, 28 Mar 2010 12:21:49 +0000 (14:21 +0200)
committerVolker Lendecke <vl@samba.org>
Sun, 28 Mar 2010 13:25:14 +0000 (15:25 +0200)
source3/smbd/vfs.c

index e34454b08f8125b9e9843d0c8e080f228351fc90..7df51cff95ecb226dd98befacb9d3962ea5b3e04 100644 (file)
@@ -111,7 +111,8 @@ bool vfs_init_custom(connection_struct *conn, const char *vfs_object)
        const struct vfs_init_function_entry *entry;
 
        if (!conn||!vfs_object||!vfs_object[0]) {
-               DEBUG(0,("vfs_init_custon() called with NULL pointer or emtpy vfs_object!\n"));
+               DEBUG(0, ("vfs_init_custom() called with NULL pointer or "
+                         "empty vfs_object!\n"));
                return False;
        }