summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorLeon Brocard <acme@astray.com>2009-11-18 16:48:29 +0000
committerLeon Brocard <acme@astray.com>2009-11-18 16:48:29 +0000
commit4c7053ad65f114b829a4e468cb5c470a40371695 (patch)
tree6f6538d375972b151736ff58fd17ee607db3369d /Porting
parenta09dc31d1f5b871705115bdc1984ce8e4f4c22f5 (diff)
downloadperl-4c7053ad65f114b829a4e468cb5c470a40371695.tar.gz
Fix minor typo in comment
Diffstat (limited to 'Porting')
-rw-r--r--Porting/cmpVERSION.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/cmpVERSION.pl b/Porting/cmpVERSION.pl
index 8f908c8c21..f1189744c8 100644
--- a/Porting/cmpVERSION.pl
+++ b/Porting/cmpVERSION.pl
@@ -7,7 +7,7 @@
# with -d option, output the diffs too
# with -x option, exclude dual-life modules (after all, there are tools
# like core-cpan-diff that can already deal with them)
-# With this option, one od the directories must be '.'.
+# With this option, one of the directories must be '.'.
#
# Original by slaven@rezic.de, modified by jhi.
#