From e3f5886735f6cac1a4330a83b977063b1714107a Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Thu, 13 Jul 2000 06:33:40 +0000 Subject: [PATCH] typos (spotted by Peter Prymmer) p4raw-id: //depot/perl@6388 --- Configure | 2 +- t/lib/english.t | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Configure b/Configure index a894bee..35b3878 100755 --- 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." diff --git a/t/lib/english.t b/t/lib/english.t index bcc41e1..6438d13 100755 --- a/t/lib/english.t +++ b/t/lib/english.t @@ -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 ; -- 2.7.4