This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
RMG - Fix a couple of typos
authorSteve Hay <steve.m.hay@googlemail.com>
Fri, 19 Jul 2019 20:01:03 +0000 (21:01 +0100)
committerSteve Hay <steve.m.hay@googlemail.com>
Fri, 19 Jul 2019 20:07:01 +0000 (21:07 +0100)
Porting/release_managers_guide.pod

index e2e91f9..484ac68 100644 (file)
@@ -436,8 +436,8 @@ When doing a BLEAD-POINT or BLEAD-FINAL release, also make sure the
 C<PERL_API_*> constants in F<patchlevel.h> are in sync with the version
 you're releasing, unless you're absolutely sure the release you're about to
 make is 100% binary compatible to an earlier release. Note: for BLEAD-POINT
-releases the bump should have already occured at the end of the previous release
-and this is somethig you would have to do at the very end.
+releases the bump should have already occurred at the end of the previous
+release and this is something you would have to do at the very end.
 When releasing a MAINT perl version, the C<PERL_API_*> constants C<MUST NOT>
 be changed as we aim to guarantee binary compatibility in maint branches.