Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Itamar Kaminski <itamark@google.com>
  • Loading branch information
itamarkam committed Jan 13, 2021
1 parent 9dd6649 commit deea2c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/common/formatter/substitution_formatter_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2031,7 +2031,7 @@ TEST(SubstitutionFormatterTest, StructFormatterTypedFilterStateTest) {
fields.at("test_obj").struct_value().fields().at("inner_key").string_value());
}

// Test new specifier (PLAIN/TYPED) of FilterState. Ensure that after adding additiona specifier,
// Test new specifier (PLAIN/TYPED) of FilterState. Ensure that after adding additional specifier,
// the FilterState can call the serializeAsProto or serializeAsString methods correctly.
TEST(SubstitutionFormatterTest, FilterStateSpeciferTest) {
Http::TestRequestHeaderMapImpl request_headers;
Expand Down

0 comments on commit deea2c6

Please sign in to comment.