mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-14 17:58:01 +08:00
Problem: typo in parameter name
Solution: correct spelling
This commit is contained in:
parent
a91c7e718c
commit
b59d7d574d
@ -65,7 +65,7 @@ class io_object_t : public i_poll_events
|
||||
void reset_pollin (handle_t handle_);
|
||||
void set_pollout (handle_t handle_);
|
||||
void reset_pollout (handle_t handle_);
|
||||
void add_timer (int timout_, int id_);
|
||||
void add_timer (int timeout_, int id_);
|
||||
void cancel_timer (int id_);
|
||||
|
||||
// i_poll_events interface implementation.
|
||||
|
Loading…
x
Reference in New Issue
Block a user