Skip to content

Commit

Permalink
Merge pull request Perl#62 from Perl/fix-repeated-words
Browse files Browse the repository at this point in the history
Fix repeated-word typos
  • Loading branch information
H.Merijn Brand committed Apr 24, 2020
2 parents 96178a6 + cecbcd3 commit c119890
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions U/compline/i_time.U
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
?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
Expand Down
2 changes: 1 addition & 1 deletion bin/patlog
Original file line number Diff line number Diff line change
Expand Up @@ -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") ||
Expand Down
2 changes: 1 addition & 1 deletion dist/Glossary
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion dist/U/Getfile.U
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion dist/U/Obsol_h.U
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion dist/U/Obsol_sh.U
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion dist/U/d_tminsys.U
Original file line number Diff line number Diff line change
Expand Up @@ -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:.
Expand Down

0 comments on commit c119890

Please sign in to comment.