Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
foobar committed Jun 30, 2005
1 parent 340bcff commit 9518bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/posix/config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ if test "$PHP_POSIX" = "yes"; then

AC_CHECK_HEADERS(sys/mkdev.h)

AC_CHECK_FUNCS(seteuid setegid setsid getsid setpgid getpgid ctermid mkfifo mknod getrlimit getlogin getgroups makdev)
AC_CHECK_FUNCS(seteuid setegid setsid getsid setpgid getpgid ctermid mkfifo mknod getrlimit getlogin getgroups makedev)
fi

0 comments on commit 9518bae

Please sign in to comment.