Skip to content

Commit

Permalink
s/specificated/specified/
Browse files Browse the repository at this point in the history
  • Loading branch information
chorny committed Sep 9, 2010
1 parent 277683d commit ead2f42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Warn.pm
Expand Up @@ -42,7 +42,7 @@ now would be the time to go take a look.
=item warning_is BLOCK STRING, TEST_NAME
Tests that BLOCK gives exactly the one specificated warning.
Tests that BLOCK gives exactly the one specified warning.
The test fails if the BLOCK warns more then one times or doesn't warn.
If the string is undef,
then the tests succeeds if the BLOCK doesn't give any warning.
Expand Down Expand Up @@ -73,7 +73,7 @@ The test name is optional, but recommended.
=item warnings_are BLOCK ARRAYREF, TEST_NAME
Tests to see that BLOCK gives exactly the specificated warnings.
Tests to see that BLOCK gives exactly the specified warnings.
The test fails if the BLOCK warns a different number than the size of the ARRAYREf
would have expected.
If the ARRAYREF is equal to [],
Expand Down Expand Up @@ -148,7 +148,7 @@ created with warnings::register.
=item warnings_like BLOCK ARRAYREF, TEST_NAME
Tests to see that BLOCK gives exactly the number of the specificated warnings
Tests to see that BLOCK gives exactly the number of the specified warnings
and all the warnings have to match in the defined order to the
passed regexes.
Expand Down

0 comments on commit ead2f42

Please sign in to comment.