summaryrefslogtreecommitdiff
path: root/boost/beast/websocket/stream.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/beast/websocket/stream.hpp')
-rw-r--r--boost/beast/websocket/stream.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/beast/websocket/stream.hpp b/boost/beast/websocket/stream.hpp
index 315a23d69b..cb8a00fca9 100644
--- a/boost/beast/websocket/stream.hpp
+++ b/boost/beast/websocket/stream.hpp
@@ -571,7 +571,7 @@ public:
);
@endcode
The implementation type-erases the callback which may require
- a dynamic allocation. To prevent the possiblity of a dynamic
+ a dynamic allocation. To prevent the possibility of a dynamic
allocation, use `std::ref` to wrap the callback.
If the read operation which receives the control frame is
an asynchronous operation, the callback will be invoked using