typos (spotted by Peter Prymmer)
authorGurusamy Sarathy <gsar@cpan.org>
Thu, 13 Jul 2000 06:33:40 +0000 (06:33 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Thu, 13 Jul 2000 06:33:40 +0000 (06:33 +0000)
p4raw-id: //depot/perl@6388

Configure
t/lib/english.t

index a894bee..35b3878 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -9756,7 +9756,7 @@ echo 'int main() { long long x = 7; return 0; }' > try.c
 set try
 if eval $compile; then
        val="$define"
-       echo "You have have long long."
+       echo "You have long long."
 else
        val="$undef"
        echo "You do not have long long."
index bcc41e1..6438d13 100755 (executable)
@@ -41,7 +41,7 @@ print $GID == $( ? "ok 12\n" : "not ok 12\n";
 print $EUID == $> ? "ok 13\n" : "not ok 13\n";
 print $EGID == $) ? "ok 14\n" : "not ok 14\n";
 
-print $PROGRAM_NAME == $0 ? "ok 15\n" : "not ok 15\n";
+print $PROGRAM_NAME eq $0 ? "ok 15\n" : "not ok 15\n";
 print $BASETIME == $^T ? "ok 16\n" : "not ok 16\n";
 
 package B ;