mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
Fix two typos.
This commit is contained in:
parent
ed334463e8
commit
c74964ec44
2 changed files with 2 additions and 2 deletions
|
@ -694,7 +694,7 @@ struct libwebsocket_protocols {
|
|||
* @per_session_data_size: Libwebsockets will auto-malloc this much
|
||||
* memory for the use of the extension, a pointer
|
||||
* to it comes in the @user callback parameter
|
||||
* @per_context_private_data: Optional storage for this externsion that
|
||||
* @per_context_private_data: Optional storage for this extension that
|
||||
* is per-context, so it can track stuff across
|
||||
* all sessions, etc, if it wants
|
||||
*/
|
||||
|
|
|
@ -433,7 +433,7 @@ int main(int argc, char **argv)
|
|||
"origin", protocols[PROTOCOL_LWS_MIRROR].name,
|
||||
ietf_version);
|
||||
if (ping_wsi[n] == NULL) {
|
||||
fprintf(stderr, "client connnection %d failed to "
|
||||
fprintf(stderr, "client connection %d failed to "
|
||||
"connect\n", n);
|
||||
return 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue