We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3d40c7 commit e006f83Copy full SHA for e006f83
1 file changed
src/session_server_ch.h
@@ -96,7 +96,7 @@ typedef int (*nc_server_ch_new_session_cb)(const char *client_name, struct nc_se
96
*
97
* @param[in] client_name Name of the CH client that failed to create the session.
98
* @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.
+ * @param[in] max_attempts Maximum connection attempts for the endpoints.
100
* @param[in] cur_attempt Current failed connection attempt.
101
* @param[in] user_data Arbitrary new session callback data.
102
*/
0 commit comments