From f4655c82752263bb0bddaacbc9f9ca26ee415a09 Mon Sep 17 00:00:00 2001 From: Marcus Comstedt <marcus@mc.pp.se> Date: Fri, 16 May 2003 14:59:54 +0200 Subject: [PATCH] Fixed spello. Rev: src/modules/files/configure.in:1.90 --- src/modules/files/configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/files/configure.in b/src/modules/files/configure.in index c2af05ffed..f82946e5e2 100644 --- a/src/modules/files/configure.in +++ b/src/modules/files/configure.in @@ -1,4 +1,4 @@ -# $Id: configure.in,v 1.89 2003/05/16 10:22:03 grubba Exp $ +# $Id: configure.in,v 1.90 2003/05/16 12:59:54 marcus Exp $ AC_INIT(file.c) AC_CONFIG_HEADER(file_machine.h) @@ -1157,7 +1157,7 @@ if test yes = "$ac_cv_func_grantpt"; then AC_CACHE_VAL(pike_cv_pt_chmod_path, [ pike_cv_pt_chmod_path=no for i in $pt_chmod_dirs; do - for j in pt_chmod cghpt; do + for j in pt_chmod chgpt; do if test -x ${i}/${j}; then pike_cv_pt_chmod_path="${i}/${j}" break -- GitLab