summaryrefslogtreecommitdiff
path: root/Porting/release_managers_guide.pod
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2009-10-02 04:37:08 +0900
committerJesse Vincent <jesse@bestpractical.com>2009-10-02 04:37:08 +0900
commit73ec421b26a005f7bcd8e8fb2f73599d7da2a8cc (patch)
treed75a2ea7fab43b263dfd3dcb60787aa0545f0992 /Porting/release_managers_guide.pod
parent13c75cd0b73f09dfa057b3d694b588ea8e7afa10 (diff)
downloadperl-73ec421b26a005f7bcd8e8fb2f73599d7da2a8cc.tar.gz
typo in the release_managers_guide
Diffstat (limited to 'Porting/release_managers_guide.pod')
-rw-r--r--Porting/release_managers_guide.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod
index bc2599c1cb..60ef4efd4e 100644
--- a/Porting/release_managers_guide.pod
+++ b/Porting/release_managers_guide.pod
@@ -405,7 +405,7 @@ within your working directory:
If any of the files managed by F<regen.pl> have changed, then you should
re-make perl to check that it's okay, then commit the updated versions:
- $ git commit -a -m 'make regn; make regn_perly'
+ $ git commit -a -m 'make regen; make regen_perly'
=item *