Fix spelling
This commit is contained in:
parent
115429c1a0
commit
89012a53b3
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ AC_DEFUN([AC_GNUPLOT], [dnl
|
||||||
# Compile tutorial unless user requests not to do it.
|
# Compile tutorial unless user requests not to do it.
|
||||||
AC_DEFUN([AC_TUTORIAL],[dnl
|
AC_DEFUN([AC_TUTORIAL],[dnl
|
||||||
AC_ARG_ENABLE([tutorial],
|
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
|
[ case "${enableval}" in
|
||||||
yes) tutorial=true ;;
|
yes) tutorial=true ;;
|
||||||
no) tutorial=false ;;
|
no) tutorial=false ;;
|
||||||
|
|
|
||||||
Reference in a new issue