t/op/pat.t typo fix
Richard Soderberg [Sun, 24 Jun 2001 12:07:42 +0000 (05:07 -0700)]
Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>

p4raw-id: //depot/perl@10909

t/op/pat.t

index e5d3145..45c64ff 100755 (executable)
@@ -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";