Skip to content

Commit f7a5a32

Browse files
authored
Fix minor typo in NEWS (resuse -> reuse) (php#21586)
1 parent b1710f4 commit f7a5a32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ PHP NEWS
146146
. Added so_keepalive, tcp_keepidle, tcp_keepintvl and tcp_keepcnt stream
147147
socket context options.
148148
. Added so_reuseaddr streams context socket option that allows disabling
149-
address resuse.
149+
address reuse.
150150
. Fixed bug GH-20370 (User stream filters could violate typed property
151151
constraints). (alexandre-daubois)
152152
. Allowed filtered streams to be casted as fd for select. (Jakub Zelenka)

0 commit comments

Comments
 (0)