From 1168700d91c4443a580e8b7c84f6ce3fd3181dab Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 1 Feb 2012 19:34:22 +0100 Subject: s3-vfstest: Fix a typo --- source3/torture/vfstest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/torture') diff --git a/source3/torture/vfstest.c b/source3/torture/vfstest.c index 3c4764cdf1..6406156751 100644 --- a/source3/torture/vfstest.c +++ b/source3/torture/vfstest.c @@ -473,7 +473,7 @@ int main(int argc, char *argv[]) for (i=0; i < 1024; i++) vfs.files[i] = NULL; - /* some advanced initiliazation stuff */ + /* some advanced initialization stuff */ smbd_vfs_init(vfs.conn); /* Do we have a file input? */ -- cgit