]> granicus.if.org Git - sudo/commitdiff
Fix typo
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 4 Jun 2010 13:09:19 +0000 (09:09 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 4 Jun 2010 13:09:19 +0000 (09:09 -0400)
configure
configure.in

index a413873a5da2c2d91f892835bdbda88884be4d67..1f7a600b7a2309c8a226e2974fdf9f08a58b4821 100755 (executable)
--- 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
index 3151a3045c32e52c5d7c8c8e511d6c32d08e8d51..6cc787dc677420979e78d4ab86245d36d77f61c4 100644 (file)
@@ -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])