Skip to content

Commit e006f83

Browse files
committed
doc BUGFIX typo
1 parent f3d40c7 commit e006f83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/session_server_ch.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ typedef int (*nc_server_ch_new_session_cb)(const char *client_name, struct nc_se
9696
*
9797
* @param[in] client_name Name of the CH client that failed to create the session.
9898
* @param[in] endpt_name Name of the CH client endpoint that failed to create the session.
99-
* @param[in] max_attemps Maximum connection attempts for the endpoints.
99+
* @param[in] max_attempts Maximum connection attempts for the endpoints.
100100
* @param[in] cur_attempt Current failed connection attempt.
101101
* @param[in] user_data Arbitrary new session callback data.
102102
*/

0 commit comments

Comments
 (0)