]> granicus.if.org Git - sudo/commitdiff
typo
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 22 Feb 1999 15:47:44 +0000 (15:47 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 22 Feb 1999 15:47:44 +0000 (15:47 +0000)
configure.in

index 896046871f093ee49911deec8bdf0b7fda7c72c8..cdeeef3fa4ce5875e2c3a282efcfc8296357abed 100644 (file)
@@ -667,7 +667,7 @@ AC_ARG_WITH(execv, [  --with-execv            use execv() instead of execvp()],
                ;;
 esac], AC_MSG_RESULT(execvp))
 
-AC_MSG_CHECKING(whether to use per-tty ficket files)
+AC_MSG_CHECKING(whether to use per-tty ticket files)
 AC_ARG_WITH(tty-tickets, [  --with-tty-tickets      use a different ticket file for each tty],
 [case $with_tty_tickets in  
     yes)       AC_DEFINE(USE_TTY_TICKETS)