From 27a065f26c356607b38d0354934d14be7da62929 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 22 Feb 1999 15:47:44 +0000 Subject: [PATCH] typo --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.50.1