This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix repeated-word typos 62/head
authorDagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Thu, 23 Apr 2020 20:04:47 +0000 (21:04 +0100)
committerDagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Thu, 23 Apr 2020 20:04:47 +0000 (21:04 +0100)
U/compline/i_time.U
bin/patlog
dist/Glossary
dist/U/Getfile.U
dist/U/Obsol_h.U
dist/U/Obsol_sh.U
dist/U/d_tminsys.U

index 2b14851..7b29526 100644 (file)
 ?S:.
 ?S:d_tm_tm_zone:
 ?S:    This variable conditionally defines HAS_TM_TM_ZONE, which indicates
-?S:    indicates to the C program that the struct tm has the tm_zone field.
+?S:    to the C program that the struct tm has the tm_zone field.
 ?S:.
 ?S:d_tm_tm_gmtoff:
 ?S:    This variable conditionally defines HAS_TM_TM_GMTOFF, which indicates
-?S:    indicates to the C program that the struct tm has the tm_gmtoff field.
+?S:    to the C program that the struct tm has the tm_gmtoff field.
 ?S:.
 ?C:I_TIME (USE_TIME_H):
 ?C:    This symbol is always defined, and indicates to the C program that
index f561266..adc4143 100755 (executable)
@@ -232,7 +232,7 @@ system 'perl', '-S', 'patdiff', $changelog;
 
 exit 0;                # All done.
 
-# Returns true if .clog and .rlog (it it exists) are newer than .xlog.
+# Returns true if .clog and .rlog (if it exists) are newer than .xlog.
 sub newertmp {
        return 1 unless -f ".xlog$bnum";        # To force regeneration
        return 1 if &newer(".clog$bnum", ".xlog$bnum") ||
index 47ca2ba..834551e 100644 (file)
@@ -4052,7 +4052,7 @@ TM_IN_SYS:
        Wants: contains Setvar Findhdr
 
        This symbol is defined if this system declares "struct tm" in
-       in <sys/time.h> rather than <time.h>.  We can't just say
+       <sys/time.h> rather than <time.h>.  We can't just say
        -I/usr/include/sys because some systems have both time files, and
        the -I trick gets the wrong one.
 
index 2f79ed1..8f235d8 100644 (file)
@@ -48,7 +48,7 @@
 ?X: those are prefixes for the filename.  Unless $gfpthkeep is set to 'y',
 ?X: gfpth is cleared on return from Getfile.
 ?X:
-?X: If is is followed by a ~, then ~name substitution will occur. Upon return,
+?X: If it is followed by a ~, then ~name substitution will occur. Upon return,
 ?X: $ans is set with the filename value. If a / is specified, then only a full
 ?X: path name is accepted (but ~ substitution occurs before, if needed). The
 ?X: expanded path name is returned in that case.
index 6a75f33..a7c2e8c 100644 (file)
@@ -20,7 +20,7 @@
 ?MAKE: -pick prepend $@ ./Obsol_h
 ?LINT:nocomment
 /*
- * The following symbols are obsolete. They are mapped to the the new
+ * The following symbols are obsolete. They are mapped to the new
  * symbols only to ease the transition process. The sources should be
  * updated so as to use the new symbols only, as the support for these
  * obsolete symbols may end without notice.
index 40b7608..a2ee5ed 100644 (file)
@@ -20,7 +20,7 @@
 ?MAKE: -pick prepend $@ ./Obsol_sh
 ?LINT:nocomment
 #
-# The following symbols are obsolete. They are mapped to the the new
+# The following symbols are obsolete. They are mapped to the new
 # symbols only to ease the transition process. The sources should be
 # updated so as to use the new symbols only, since supporting of those
 # obsolete symbols may end without notice.
index 447bc61..e644e1d 100644 (file)
@@ -20,7 +20,7 @@
 ?S:.
 ?C:TM_IN_SYS (TMINSYS):
 ?C:    This symbol is defined if this system declares "struct tm" in
-?C:    in <sys/time.h> rather than <time.h>.  We can't just say
+?C:    <sys/time.h> rather than <time.h>.  We can't just say
 ?C:    -I/usr/include/sys because some systems have both time files, and
 ?C:    the -I trick gets the wrong one.
 ?C:.