diff options
author | Wu, Zhenyu <wuzhenyu@ustc.edu> | 2024-11-26 19:39:33 +0800 |
---|---|---|
committer | Oliver Kiddle <opk@zsh.org> | 2025-01-27 23:39:05 +0100 |
commit | a61b105795620943206c1f85be801943cadbb1c3 (patch) | |
tree | afed1dabe7a67118eef82161bf1226a3706440fe /configure.ac | |
parent | 9f9ceb7768b51334ccdd0f6e32b20399ba261933 (diff) | |
download | zsh-a61b105795620943206c1f85be801943cadbb1c3.tar.gz zsh-a61b105795620943206c1f85be801943cadbb1c3.zip |
github #126: Fix some typos
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index bca99b7f8..b5548c2b9 100644 --- a/configure.ac +++ b/configure.ac @@ -1342,7 +1342,7 @@ dnl Check if tgetent accepts NULL (and will allocate its own termcap buffer) dnl Some termcaps reportedly accept a zero buffer, but then dump core dnl in tgetstr(). dnl Under Cygwin test program crashes but exit code is still 0. So, -dnl we test for a file that porgram should create +dnl we test for a file that program should create AH_TEMPLATE([TGETENT_ACCEPTS_NULL], [Define to 1 if tgetent() accepts NULL as a buffer.]) AC_CACHE_CHECK(if tgetent accepts NULL, @@ -1495,7 +1495,7 @@ $AWK '{ if ($1 ~ /sig/) files[[$1]] = $1 } END { for (var in files) print var }'`" rm -f nametmp.c if test -z "$sigfile_list"; then - dnl In case we don't get the stuff from the preprocesor, use the old + dnl In case we don't get the stuff from the preprocessor, use the old dnl list of standard places. sigfile_list="/usr/include/sys/iso/signal_iso.h /usr/include/bsd/sys/signal.h |