Fix typo in previous patch
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 21 Mar 2016 22:46:12 +0000 (15:46 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 21 Mar 2016 22:46:12 +0000 (15:46 -0700)
m4/shell.m4

index e2f3fa90e08f508947fc6c34c742374fa775f95b..a4b554dc2dec470274f4c3414b98185571392faf 100644 (file)
@@ -35,7 +35,7 @@ AC_DEFUN([AC_PROG_SHELL],
         test "$(expr 3 + 4)" -eq 7 || exit
       '
       # Solaris 11 /bin/sh (AT&T Research) 93u 2011-02-08 has a file
-      # descriptor bug that breaks zgrep is are hard to test for
+      # descriptor bug that breaks zgrep and is hard to test for
       # directly.  At some point $(...) is reading a pipe from the
       # subshell, but the pipe is also open in the parent shell, so
       # the read deadlocks.  Prefer some other shell if available.