summaryrefslogtreecommitdiff
path: root/source3/torture/vfstest.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2012-02-01 19:34:22 +0100
committerVolker Lendecke <vl@samba.org>2012-02-01 20:19:30 +0100
commit1168700d91c4443a580e8b7c84f6ce3fd3181dab (patch)
tree96401dffea197aa1e124a7219a654356bf07be90 /source3/torture/vfstest.c
parent435f8173299045e344d538ab7de03748560b420c (diff)
downloadsamba-1168700d91c4443a580e8b7c84f6ce3fd3181dab.tar.gz
samba-1168700d91c4443a580e8b7c84f6ce3fd3181dab.tar.bz2
samba-1168700d91c4443a580e8b7c84f6ce3fd3181dab.zip
s3-vfstest: Fix a typo
Diffstat (limited to 'source3/torture/vfstest.c')
-rw-r--r--source3/torture/vfstest.c2
1 files changed, 1 insertions, 1 deletions
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? */