examples/VFS: fix a typo in the README
authorMichael Adam <obnox@samba.org>
Fri, 7 Oct 2011 12:00:18 +0000 (14:00 +0200)
committerMichael Adam <obnox@samba.org>
Fri, 7 Oct 2011 23:42:33 +0000 (01:42 +0200)
Autobuild-User: Michael Adam <obnox@samba.org>
Autobuild-Date: Sat Oct  8 01:42:33 CEST 2011 on sn-devel-104

examples/VFS/README

index 2f6196d1178ebd432e8a038feff6a0eab3fc643f..dc99e20c450f25da8a93fcd5d5def4f89cdf0822 100644 (file)
@@ -10,7 +10,7 @@ modules.
 Please look at skel_opaque.c when you want your module to provide
 final functions, like a database filesystem.
 
-Please look at skel_transport.c when you want your module to provide
+Please look at skel_transparent.c when you want your module to provide
 passthrough functions, like audit modules. 
 
 Please read the VFS chapter in the HOWTO collection for general help