Developer's Guide: Fix typos.
authorKarolin Seeger <kseeger@samba.org>
Sun, 4 May 2008 04:48:31 +0000 (06:48 +0200)
committerKarolin Seeger <kseeger@samba.org>
Mon, 5 May 2008 09:56:37 +0000 (11:56 +0200)
Karolin
(This used to be commit e206ffb8562c821735555c9b426d76e49986fefe)

docs-xml/Samba3-Developers-Guide/vfs.xml

index 44e0bd68636582a3adfa5703cfa89e3dc2623e7e..96d512c8f34a2f2f7f0f6daefedb8a8c7e5d71a4 100644 (file)
@@ -553,7 +553,7 @@ you can set this function pointer to NULL.</para></listitem>
 <title>Upgrading to the New VFS Interface</title>
 
 <sect2>
-<title>Upgrading from 2.2.* and 3.0aplha modules</title>
+<title>Upgrading from 2.2.* and 3.0alpha modules</title>
 
 <orderedlist>
 <listitem><para>
@@ -833,7 +833,7 @@ static int example_close(vfs_handle_struct *handle, files_struct *fsp, int fd)
 </para></listitem>
 
 <listitem><para>
-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 <filename>examples/VFS</filename>.)
 </para>