From 2f2d255e1a4b8c3f9665b4a56475e2019f912042 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Sun, 4 May 2008 06:48:31 +0200 Subject: [PATCH] Developer's Guide: Fix typos. Karolin (This used to be commit e206ffb8562c821735555c9b426d76e49986fefe) --- docs-xml/Samba3-Developers-Guide/vfs.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs-xml/Samba3-Developers-Guide/vfs.xml b/docs-xml/Samba3-Developers-Guide/vfs.xml index 44e0bd68636..96d512c8f34 100644 --- a/docs-xml/Samba3-Developers-Guide/vfs.xml +++ b/docs-xml/Samba3-Developers-Guide/vfs.xml @@ -553,7 +553,7 @@ you can set this function pointer to NULL. Upgrading to the New VFS Interface -Upgrading from 2.2.* and 3.0aplha modules +Upgrading from 2.2.* and 3.0alpha modules @@ -833,7 +833,7 @@ static int example_close(vfs_handle_struct *handle, files_struct *fsp, int fd) -To make it easy to build 3rd party modules it would be usefull to provide +To make it easy to build 3rd party modules it would be useful to provide configure.in, (configure), install.sh and Makefile.in with the module. (Take a look at the example in examples/VFS.) -- 2.11.4.GIT