Skip to content

Commit

Permalink
fix: Typo (#5237)
Browse files Browse the repository at this point in the history
  • Loading branch information
leocavalcante authored Jan 24, 2024
1 parent 3ace5d6 commit e7ffef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/protocol/http2.cc
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ const char *get_type(int type) {
case SW_HTTP2_TYPE_CONTINUATION:
return "CONTINUATION";
default:
return "UNKOWN";
return "UNKNOWN";
}
}

Expand Down

0 comments on commit e7ffef2

Please sign in to comment.