summaryrefslogtreecommitdiff
path: root/docs-xml/Samba3-Developers-Guide
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2008-05-04 06:48:31 +0200
committerKarolin Seeger <kseeger@samba.org>2008-05-05 11:56:37 +0200
commit2f2d255e1a4b8c3f9665b4a56475e2019f912042 (patch)
treeaa504f2006e432626f586a15db2e4e66f0b8d136 /docs-xml/Samba3-Developers-Guide
parentd62563342e8c83d67dbcfb0c4b8e2ed886742006 (diff)
downloadsamba-2f2d255e1a4b8c3f9665b4a56475e2019f912042.tar.gz
samba-2f2d255e1a4b8c3f9665b4a56475e2019f912042.tar.bz2
samba-2f2d255e1a4b8c3f9665b4a56475e2019f912042.zip
Developer's Guide: Fix typos.
Karolin (This used to be commit e206ffb8562c821735555c9b426d76e49986fefe)
Diffstat (limited to 'docs-xml/Samba3-Developers-Guide')
-rw-r--r--docs-xml/Samba3-Developers-Guide/vfs.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs-xml/Samba3-Developers-Guide/vfs.xml b/docs-xml/Samba3-Developers-Guide/vfs.xml
index 44e0bd6863..96d512c8f3 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.</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>