From: Richard Soderberg Date: Sun, 24 Jun 2001 12:07:42 +0000 (-0700) Subject: t/op/pat.t typo fix X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e857312dd102d758f6e24ed55e3872103367ebf5;p=p5sagit%2Fp5-mst-13.2.git t/op/pat.t typo fix Message-ID: p4raw-id: //depot/perl@10909 --- diff --git a/t/op/pat.t b/t/op/pat.t index e5d3145..45c64ff 100755 --- a/t/op/pat.t +++ b/t/op/pat.t @@ -1805,7 +1805,7 @@ print "ok 635\n"; print "not " if "\t" =~ /[[:print:]]/; print "ok 636\n"; -# Amazingly verrical tabulator is the same in ASCII and EBCDIC. +# Amazingly vertical tabulator is the same in ASCII and EBCDIC. print "not " if "\014" =~ /[[:print:]]/; print "ok 637\n";