diff options
author | Michael Adam <obnox@samba.org> | 2011-10-07 14:00:18 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-10-08 01:42:33 +0200 |
commit | de912e783b9ca3a95776fd26073eb43034c0acb0 (patch) | |
tree | 1a2e5350c9432849b8f491e07ac725b3a99a9c5e /examples | |
parent | c80ba57169cee2ec66e8afe3616956c17958a3ae (diff) | |
download | samba-de912e783b9ca3a95776fd26073eb43034c0acb0.tar.gz samba-de912e783b9ca3a95776fd26073eb43034c0acb0.tar.bz2 samba-de912e783b9ca3a95776fd26073eb43034c0acb0.zip |
examples/VFS: fix a typo in the README
Autobuild-User: Michael Adam <obnox@samba.org>
Autobuild-Date: Sat Oct 8 01:42:33 CEST 2011 on sn-devel-104
Diffstat (limited to 'examples')
-rw-r--r-- | examples/VFS/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/VFS/README b/examples/VFS/README index 2f6196d117..dc99e20c45 100644 --- a/examples/VFS/README +++ b/examples/VFS/README @@ -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 |