Skip to content

Commit

Permalink
fix: Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
leocavalcante authored Jan 19, 2024
1 parent 3ace5d6 commit 1a0d8a2
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";

Check warning on line 171 in src/protocol/http2.cc

View check run for this annotation

Codecov / codecov/patch

src/protocol/http2.cc#L171

Added line #L171 was not covered by tests
}
}

Expand Down

0 comments on commit 1a0d8a2

Please sign in to comment.