Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Adi Suissa-Peleg <adip@google.com>
  • Loading branch information
adisuissa committed Nov 7, 2023
1 parent cefd660 commit 57e1b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/extensions/filters/http/ext_proc/processor_state.cc
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ absl::Status ProcessorState::handleBodyResponse(const BodyResponse& response) {
if (absl::SimpleAtoi(headers_->getContentLengthValue(), &content_length) &&
content_length != common_response.body_mutation().body().size()) {
return absl::InternalError(
"mismatch between content length and the lenght of mutated body");
"mismatch between content length and the length of the mutated body");
}
}
ENVOY_LOG(debug, "Applying body response to buffered data. State = {}",
Expand Down

0 comments on commit 57e1b9c

Please sign in to comment.