From: Todd C. Miller Date: Fri, 4 Jun 2010 13:09:19 +0000 (-0400) Subject: Fix typo X-Git-Tag: SUDO_1_8_0~535 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b97d47424b33b16042efe3623cb01fe5b8c1b093;p=sudo Fix typo --- diff --git a/configure b/configure index a413873a5..1f7a600b7 100755 --- a/configure +++ b/configure @@ -3671,7 +3671,7 @@ fi if test "${with_iologdir+set}" = set; then : withval=$with_iologdir; case $with_iologdir in yes) ;; - no) as_fn_error "\"--without-iologfir not supported.\"" "$LINENO" 5 + no) as_fn_error "\"--without-iologdir not supported.\"" "$LINENO" 5 ;; esac fi diff --git a/configure.in b/configure.in index 3151a3045..6cc787dc6 100644 --- a/configure.in +++ b/configure.in @@ -708,7 +708,7 @@ AC_ARG_WITH(iologdir, [AS_HELP_STRING([--with-iologdir=DIR], [directory to store sudo I/O log files in])], [case $with_iologdir in yes) ;; - no) AC_MSG_ERROR(["--without-iologfir not supported."]) + no) AC_MSG_ERROR(["--without-iologdir not supported."]) ;; esac])