From: Todd C. Miller Date: Mon, 22 Feb 1999 15:47:44 +0000 (+0000) Subject: typo X-Git-Tag: SUDO_1_5_9~34 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=27a065f26c356607b38d0354934d14be7da62929;p=sudo typo --- diff --git a/configure.in b/configure.in index 896046871..cdeeef3fa 100644 --- a/configure.in +++ b/configure.in @@ -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)