diff options
author | Volker Lendecke <vl@samba.org> | 2012-02-01 19:34:22 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2012-02-01 20:19:30 +0100 |
commit | 1168700d91c4443a580e8b7c84f6ce3fd3181dab (patch) | |
tree | 96401dffea197aa1e124a7219a654356bf07be90 /source3 | |
parent | 435f8173299045e344d538ab7de03748560b420c (diff) | |
download | samba-1168700d91c4443a580e8b7c84f6ce3fd3181dab.tar.gz samba-1168700d91c4443a580e8b7c84f6ce3fd3181dab.tar.bz2 samba-1168700d91c4443a580e8b7c84f6ce3fd3181dab.zip |
s3-vfstest: Fix a typo
Diffstat (limited to 'source3')
-rw-r--r-- | source3/torture/vfstest.c | 2 |
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? */ |