Skip to content

Commit a76b440

Browse files
fix typo
Co-authored-by: Tom Longridge <tom@bugsnag.com>
1 parent 44a4a66 commit a76b440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/phpt/handler_should_report_user_errors.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ var_dump('I should not be reached');
1515
--SKIPIF--
1616
<?php
1717
if (PHP_VERSION_ID >= 80400) {
18-
echo 'SKIP — this test uses methods depreciated in PHP 8.4+';
18+
echo 'SKIP — this test uses methods deprecated in PHP 8.4+';
1919
}
2020
?>
2121
--EXPECTF--

0 commit comments

Comments
 (0)