summaryrefslogtreecommitdiff
path: root/docs/docbook/configure.in
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2001-06-18 02:27:33 +0000
committerTim Potter <tpot@samba.org>2001-06-18 02:27:33 +0000
commit6903a4a2db1688386efe08778675f5869cf4ae87 (patch)
treef5920da74050801a7d9ee1eb548ac4fb8a3cfb28 /docs/docbook/configure.in
parentaf604fe7694f3e1d1acdecfab366dfe31cfee9ef (diff)
downloadsamba-6903a4a2db1688386efe08778675f5869cf4ae87.tar.gz
samba-6903a4a2db1688386efe08778675f5869cf4ae87.tar.bz2
samba-6903a4a2db1688386efe08778675f5869cf4ae87.zip
Fixed typo in configure error message.
(This used to be commit 41fe64e70fdc99201ebbc76285897ab51af8c57d)
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 5aec3058da..f7256505d1 100644
--- a/docs/docbook/configure.in
+++ b/docs/docbook/configure.in
@@ -35,7 +35,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