summaryrefslogtreecommitdiff
path: root/pod/perlnewmod.pod
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2000-08-30 02:12:50 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2000-08-30 14:46:34 +0000
commitb1866b2db57c4aa1ee77325f2658722f6a7befa2 (patch)
tree5b73a85e97374f778ffcc77bff341c3ba1435d8a /pod/perlnewmod.pod
parent24e657a8ecba3e48980c1390adb658d9f9ad69f5 (diff)
downloadperl-b1866b2db57c4aa1ee77325f2658722f6a7befa2.tar.gz
typos in pods
Message-ID: <20000830011249.A61388@plum.flirble.org> p4raw-id: //depot/perl@6917
Diffstat (limited to 'pod/perlnewmod.pod')
-rw-r--r--pod/perlnewmod.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlnewmod.pod b/pod/perlnewmod.pod
index 1e4a9c3b29..ace8d85130 100644
--- a/pod/perlnewmod.pod
+++ b/pod/perlnewmod.pod
@@ -224,7 +224,7 @@ installs modules, and this produces a Makefile with a C<dist> target.
Once you've ensured that your module passes its own tests - always a
good thing to make sure - you can C<make dist>, and the Makefile will
-hopefully produce you a nice tarball of your module, ready for upliad.
+hopefully produce you a nice tarball of your module, ready for upload.
=item Upload the tarball