Fix spelling

This commit is contained in:
kuepper 2006-03-23 18:06:10 +00:00
commit 89012a53b3

View file

@ -46,7 +46,7 @@ AC_DEFUN([AC_GNUPLOT], [dnl
# Compile tutorial unless user requests not to do it.
AC_DEFUN([AC_TUTORIAL],[dnl
AC_ARG_ENABLE([tutorial],
AC_HELP_STRING([--enable-tutoria], [build tutorial (default=yes)]),
AC_HELP_STRING([--enable-tutorial], [build tutorial (default=yes)]),
[ case "${enableval}" in
yes) tutorial=true ;;
no) tutorial=false ;;