This commit is contained in:
Anders Bakken 2015-06-24 13:56:42 -07:00
parent d6ca95a0c9
commit 2e8e38ec35
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ const char *nghttp2_strerror(int error_code) {
case NGHTTP2_ERR_CALLBACK_FAILURE:
return "The user callback function failed";
case NGHTTP2_ERR_BAD_CLIENT_MAGIC:
return "Received bad clinet magic byte string";
return "Received bad client magic byte string";
default:
return "Unknown error code";
}