diff options
author | Matt Taggart <taggart@debian.org> | 2006-10-26 08:23:29 -0700 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2006-10-27 03:48:34 +0000 |
commit | 863b2ca087e42ff68afb6c3798e231d6d04e396b (patch) | |
tree | 7cb1e46edc7b6df6e82a7f016bd52970635de783 /x2p | |
parent | 8f9c76718e537ed4487b7abb2d2f3503ee90bdef (diff) | |
download | perl-863b2ca087e42ff68afb6c3798e231d6d04e396b.tar.gz |
Spelling nits from Debian bug list...
Subject: Bug#395426: perl: spelling errors
Message-Id: <20061026222329.8B8CF1AAC6D@cyrix.home.bogus>
p4raw-id: //depot/perl@29121
Diffstat (limited to 'x2p')
-rw-r--r-- | x2p/find2perl.PL | 2 | ||||
-rw-r--r-- | x2p/s2p.PL | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x2p/find2perl.PL b/x2p/find2perl.PL index f10521abf4..5add931397 100644 --- a/x2p/find2perl.PL +++ b/x2p/find2perl.PL @@ -842,7 +842,7 @@ True if (hard) link count of file matches N (see below). True if file's size matches N (see below) N is normally counted in 512-byte blocks, but a suffix of "c" specifies that size should be -counted in characters (bytes) and a suffix of "k" specifes that +counted in characters (bytes) and a suffix of "k" specifies that size should be counted in 1024-byte blocks. =item C<-atime N> diff --git a/x2p/s2p.PL b/x2p/s2p.PL index b0928fc32b..0a8d5298d3 100644 --- a/x2p/s2p.PL +++ b/x2p/s2p.PL @@ -1945,7 +1945,7 @@ script or script file. =item string lengths in `y' command differ -The translation table strings in a B<y> commanf must have equal lengths. +The translation table strings in a B<y> command must have equal lengths. =item undefined label `%s' |