diff options
author | Peter J. Acklam) (via RT <perlbug-followup@perl.org> | 2011-01-06 23:14:14 -0800 |
---|---|---|
committer | Abigail <abigail@abigail.be> | 2011-01-07 11:55:50 +0100 |
commit | 47e01c32ac25271a1f3cf1535158ed9e873eeeac (patch) | |
tree | 49c68a314e002328c32f7c6bf5199cc782c442e9 /Porting/makerel | |
parent | 2391436bbf4354ce0b989d587889b6ac7ca73c82 (diff) | |
download | perl-47e01c32ac25271a1f3cf1535158ed9e873eeeac.tar.gz |
Fix typos (spelling errors) in Porting/*.
# New Ticket Created by (Peter J. Acklam)
# Please include the string: [perl #81910]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81910 >
Signed-off-by: Abigail <abigail@abigail.be>
Diffstat (limited to 'Porting/makerel')
-rwxr-xr-x | Porting/makerel | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/makerel b/Porting/makerel index 2f845487a0..39730b3d60 100755 --- a/Porting/makerel +++ b/Porting/makerel @@ -34,7 +34,7 @@ usage: $0 [ -r rootdir ] [-s suffix ] [ -b ] [ -n ] -r rootdir directory under which to create the build dir and tarball defaults to '..' -s suffix suffix to append to to the perl-x.y.z dir and tarball name - defaults to the concatenaion of the local_patches entry + defaults to the concatenation of the local_patches entry in patchlevel.h (or blank, if none) -b make a .bz2 file in addtion to a .gz file -n do not make any tarballs, just the directory |