Skip to content

Commit 1d8dfae

Browse files
committed
Fix a typo in release notes
1 parent f1492dd commit 1d8dfae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Version 357:
55
* Updated SSL examples to verify peer certificate hostname
66
* Improved documentation of `websocket::stream::async_close`
77
* WebSockets: Peer pings are counted as activity for `idle_timeout`
8-
* Fixed out-of-band access issue in `iequals` function
8+
* Fixed out-of-bounds access in `iequals` function
99
* Removed Boost.Scope dependency from examples
1010
* Refactored CMakeLists
1111

doc/qbk/release_notes.qbk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
[*Fixes]
1717

18-
* [issue 2962] Fixed out-of-band access issue in `iequals` function
18+
* [issue 2962] Fixed out-of-bounds access in `iequals` function
1919

2020
[*Improvements]
2121

0 commit comments

Comments
 (0)