summaryrefslogtreecommitdiffstats
path: root/docs/docbook/configure.in
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2002-08-19 01:11:00 +0000
committerJelmer Vernooij <jelmer@samba.org>2002-08-19 01:11:00 +0000
commit477e8bb1a9b1895a4987ef2377b48ecc31999ab5 (patch)
treecd90af65ada3773e59e7b08f2530a57d5a414091 /docs/docbook/configure.in
parent778985527ccf0f29f74b53d65c909de0d08a96f6 (diff)
downloadsamba-477e8bb1a9b1895a4987ef2377b48ecc31999ab5.tar.gz
samba-477e8bb1a9b1895a4987ef2377b48ecc31999ab5.tar.xz
samba-477e8bb1a9b1895a4987ef2377b48ecc31999ab5.zip
Add vfstest manpage + fix typo in configure
Diffstat (limited to 'docs/docbook/configure.in')
-rw-r--r--docs/docbook/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docbook/configure.in b/docs/docbook/configure.in
index ad0613f2be8..f8b4a1618a2 100644
--- a/docs/docbook/configure.in
+++ b/docs/docbook/configure.in
@@ -38,7 +38,7 @@ esac
# The Makefile requires docbook2X in the share/sgml directory
if [ ! test -f $SGML_SHARE/docbook2X/docbook2man-spec.pl ]; then
- AC_MSG_ERROR("Unable to find dockbook2X. Make sure it is installed and that the sgml-share path is correct.")
+ AC_MSG_ERROR("Unable to find docbook2X. Make sure it is installed and that the sgml-share path is correct.")
fi
AC_SUBST(SGML_SHARE)dnl