Skip to content

Commit

Permalink
Fix typos (#1013)
Browse files Browse the repository at this point in the history
Fixes #1013

Thanks sobrado8086
  • Loading branch information
exodist committed Dec 27, 2024
1 parent eb51ab7 commit 49df017
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/Test/More.pm
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ different from some other value:
isnt $obj, $clone, "clone() produces a different object";
Historically we supported an C<isn't()> function as an alias of
C<isnt()>, however in Perl 5.37.9 support for the use of aprostrophe as
C<isnt()>, however in Perl 5.37.9 support for the use of apostrophe as
a package separator was deprecated and by Perl 5.42.0 support for it
will have been removed completely. Accordingly use of C<isn't()> is also
deprecated, and will produce warnings when used unless 'deprecated'
Expand Down
4 changes: 2 additions & 2 deletions lib/Test2/API/InterceptResult/Event.pm
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ Possible briefs:
"SKIP ALL"
"SKIP ALL: $why"
Note that only the first applicable brief is returned. This is essnetially a
Note that only the first applicable brief is returned. This is essentially a
poor-mans TAP that only includes facets that could (but not necessarily do)
cause a failure.
Expand Down Expand Up @@ -944,7 +944,7 @@ bail-out was requested.
=item EMPTY_LIST_OR_STRING = $event->bailout_brief
Get the brief of the balout if present.
Get the brief of the bailout if present.
=item EMPTY_LIST_OR_STRING = $event->bailout_reason
Expand Down

0 comments on commit 49df017

Please sign in to comment.