Skip to content

Commit 91712c3

Browse files
committed
Fix Typos: exteption -> exception
1 parent 25f9e25 commit 91712c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/basic/timeout_variation_5.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
Timeout within function containing exteption
2+
Timeout within function containing exception
33
--SKIPIF--
44
<?php
55
if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");

tests/basic/timeout_variation_6.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
Timeout within function trowing exteption before timeout reached
2+
Timeout within function trowing exception before timeout reached
33
--SKIPIF--
44
<?php
55
if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");

0 commit comments

Comments
 (0)