diff options
author | Piotr Fusik <pfusik@op.pl> | 2005-07-31 14:50:04 +0200 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2005-08-05 07:50:40 +0000 |
commit | c2878c715ab4ad4d9327219a4f3208389d191cb4 (patch) | |
tree | 9758d5c1cb77b369b6fabc833380d93a7c6e5608 /lib/Test | |
parent | 6fb2e99a4675508a54c31e684ed2b9c97b82d1f3 (diff) | |
download | perl-c2878c715ab4ad4d9327219a4f3208389d191cb4.tar.gz |
Typos in *.p[lm]
From: "Piotr Fusik" <pfusik@op.pl>
Message-ID: <001401c595bd$dccb5d80$0bd34dd5@piec>
p4raw-id: //depot/perl@25266
Diffstat (limited to 'lib/Test')
-rw-r--r-- | lib/Test/Harness/TAP.pod | 2 | ||||
-rw-r--r-- | lib/Test/Tutorial.pod | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/Test/Harness/TAP.pod b/lib/Test/Harness/TAP.pod index 15b51b8725..bfecee5266 100644 --- a/lib/Test/Harness/TAP.pod +++ b/lib/Test/Harness/TAP.pod @@ -294,7 +294,7 @@ This listing shows that the entire listing is a skip. No tests were run. =head2 Got spare tuits? The following example reports that four tests are run and the last two -tests failed. However, becauses the failing tests are marked as things +tests failed. However, because the failing tests are marked as things to do later, they are considered successes. Thus, a harness should report this entire listing as a success. diff --git a/lib/Test/Tutorial.pod b/lib/Test/Tutorial.pod index 7a6c084d31..b730918c75 100644 --- a/lib/Test/Tutorial.pod +++ b/lib/Test/Tutorial.pod @@ -174,7 +174,7 @@ run that and you get: # Looks like you failed 1 tests of 8. Whoops, a failure! [4] Test::Simple helpfully lets us know on what line -the failure occured, but not much else. We were supposed to get 17, +the failure occurred, but not much else. We were supposed to get 17, but we didn't. What did we get?? Dunno. We'll have to re-run the test in the debugger or throw in some print statements to find out. |