Skip to content

Commit bb4adb3

Browse files
authored
Fix typo in Changelog
Closes GH-432.
1 parent 3622e49 commit bb4adb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ChangeLog-8.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<li><?php bugfix(81163); ?> (incorrect handling of indirect vars in __sleep).</li>
1818
<li><?php bugfix(81159); ?> (Object to int warning when using an object as a string offset).</li>
1919
<li><?php bugfix(80728); ?> (PHP built-in web server resets timeout when it can kill the process).</li>
20-
<li><?php bugfix(73630); ?> (Built-in Weberver - overwrite $_SERVER['request_uri']).</li>
20+
<li><?php bugfix(73630); ?> (Built-in Webserver - overwrite $_SERVER['request_uri']).</li>
2121
<li><?php bugfix(80173); ?> (Using return value of zend_assign_to_variable() is not safe).</li>
2222
<li><?php bugfix(73226); ?> (--r[fcez] always return zero exit code).</li>
2323
</ul></li>

0 commit comments

Comments
 (0)