Commit 34b92a30 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Merge pull request #268 from Andersbakken/typo

Fix typo
parents d6ca95a0 2e8e38ec
......@@ -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";
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment