-
Notifications
You must be signed in to change notification settings - Fork 601
Closed
Description
Where
A few typos in HACKERS file
Description
Attached diff fixes a few typos in this file.
HACKERS.patch
--- ./perl-5.40.0/dist/Devel-PPPort/HACKERS Tue Apr 16 19:11:38 2024
+++ ./perl-5.40.0/dist/Devel-PPPort/HACKERS Tue Nov 12 13:06:09 2024
@@ -145,7 +145,7 @@
}
C<ivers()> is a function automatically made available to all F<.t> files. It
-converts any reasonble expression of a version number into an integer, which
+converts any reasonable expression of a version number into an integer, which
can reliably be compared using numeric comparison operators, with the output of
a second C<ivers()> call on a different version number, like in the result above.
@@ -181,7 +181,7 @@
was implemented with a macro now requires a function; perhaps an edge case was
overlooked. Doing so will cause the new F<ppport.h> to not be drop-in
compatible with the older version, and can hence cause breakage. This
-incompatiblity (while easily solved) really needs to be stressed in
+incompatibility (while easily solved) really needs to be stressed in
documentation.
=over
@@ -594,7 +594,7 @@
We actually want a second piece of information, which is how much F<ppport.h>
buys you. What happens when regenerating is actually two entire runs through
all the perls. The first is accomplished by calling F<devel/mktodo> with the
-C<--base> option. It automically will call F<devel/mktodo.pl> with each
+C<--base> option. It automatically will call F<devel/mktodo.pl> with each
version of perl, NOT using anything in F<ppport.h>. When done the results
indicate when each API element became available in stock perl, without using
F<ppport.h>.