Fix typo in comment

This commit is contained in:
Přemysl Eric Janouch 2015-05-02 22:33:00 +02:00
parent 8c6d18757d
commit 6605ba87db
1 changed files with 1 additions and 1 deletions

View File

@ -1075,7 +1075,7 @@ ws_encode_response_key (const char *key)
enum ws_status
{
// Named according to the meaning specified in RFC 6455, section 11.2
// Named according to the meaning specified in RFC 6455, section 11.7
WS_STATUS_NORMAL_CLOSURE = 1000,
WS_STATUS_GOING_AWAY = 1001,