summaryrefslogtreecommitdiff
path: root/docs
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
commit41fe64e70fdc99201ebbc76285897ab51af8c57d (patch)
tree7fcebdd255a0df2d5f556e50254f37c6fe69fb64 /docs
parent5690ec77c87475f1fd2e854cda594eb996d6fd04 (diff)
downloadsamba-41fe64e70fdc99201ebbc76285897ab51af8c57d.tar.gz
Fixed typo in configure error message.
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/docbook/configure2
-rw-r--r--docs/docbook/configure.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/docbook/configure b/docs/docbook/configure
index 23232148ce2..e8578fed393 100755
--- a/docs/docbook/configure
+++ b/docs/docbook/configure
@@ -797,7 +797,7 @@ fi
# The Makefile requires docbook2X in the share/sgml directory
if ! test -f $SGML_SHARE/docbook2X/docbook2man-spec.pl ; then
- { echo "configure: error: "Unable to find dockbook2X. Make sure it is installed and that the sgml-share path is correct."" 1>&2; exit 1; }
+ { echo "configure: error: "Unable to find docbook2X. Make sure it is installed and that the sgml-share path is correct."" 1>&2; exit 1; }
fi
diff --git a/docs/docbook/configure.in b/docs/docbook/configure.in
index 5aec3058da5..f7256505d11 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