diff lib/tempname.c @ 16899:2311514e2d84

maint.mk: prohibit common grammar error: "all these" * top/maint.mk (prohibit_undesirable_word_seq_RE_): Add "all these" to the list of prohibited word sequences. It should be "all of these". * lib/tempname.c (__gen_tempname): Fix one of them.
author Jim Meyering <meyering@redhat.com>
date Sun, 10 Jun 2012 21:49:59 +0200 (2012-06-10)
parents 8250f2777afc
children e542fd46ad6f
line wrap: on
line diff
--- a/lib/tempname.c
+++ b/lib/tempname.c
@@ -207,7 +207,7 @@
   /* A lower bound on the number of temporary files to attempt to
      generate.  The maximum total number of temporary file names that
      can exist for a given template is 62**6.  It should never be
-     necessary to try all these combinations.  Instead if a reasonable
+     necessary to try all of these combinations.  Instead if a reasonable
      number of names is tried (we define reasonable as 62**3) fail to
      give the system administrator the chance to remove the problems.  */
 #define ATTEMPTS_MIN (62 * 62 * 62)