summaryrefslogtreecommitdiffstats
path: root/docs-xml
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2008-05-04 06:48:31 +0200
committerKarolin Seeger <kseeger@samba.org>2008-05-20 11:45:51 +0200
commit16adac4ea96e2234fd1253d0b866b0654bed9f8e (patch)
tree24abdd8052b0b904e7d59cc1aa611fdd1b763521 /docs-xml
parent1162b4f5a16b937ead40ee7787489a22c868875f (diff)
downloadsamba-16adac4ea96e2234fd1253d0b866b0654bed9f8e.tar.gz
samba-16adac4ea96e2234fd1253d0b866b0654bed9f8e.tar.xz
samba-16adac4ea96e2234fd1253d0b866b0654bed9f8e.zip
Developer's Guide: Fix typos.
Karolin (cherry picked from commit e206ffb8562c821735555c9b426d76e49986fefe)
Diffstat (limited to 'docs-xml')
-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 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.</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>