Skip to content

Commit b8a4d20

Browse files
authored
nit: fix doc and name in rate limit and cluster tests (#39687)
<!-- !!!ATTENTION!!! If you are fixing *any* crash or *any* potential security issue, *do not* open a pull request in this repo. Please report the issue via emailing [email protected] where the issue will be triaged appropriately. Thank you in advance for helping to keep Envoy secure. !!!ATTENTION!!! For an explanation of how to fill out the fields, please see the relevant section in [PULL_REQUESTS.md](https://github.com/envoyproxy/envoy/blob/main/PULL_REQUESTS.md) --> Commit Message: Additional Description: Risk Level: Testing: Docs Changes: Release Notes: Platform Specific Features: [Optional Runtime guard:] [Optional Fixes #Issue] [Optional Fixes commit #PR or SHA] [Optional Deprecated:] [Optional [API Considerations](https://github.com/envoyproxy/envoy/blob/main/api/review_checklist.md):] --------- Signed-off-by: Boteng Yao <[email protected]>
1 parent 81d7324 commit b8a4d20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api/envoy/extensions/filters/http/ratelimit/v3/rate_limit.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ message RateLimit {
9595
// in :ref:`duration_until_reset<envoy_v3_api_field_service.ratelimit.v3.RateLimitResponse.DescriptorStatus.duration_until_reset>`
9696
// field.
9797
//
98-
// In case rate limiting policy specifies more then one time window, the values
98+
// In case rate limiting policy specifies more than one time window, the values
9999
// above represent the window that is closest to reaching its limit.
100100
//
101101
// For more information about the headers specification see selected version of

test/common/upstream/cluster_manager_misc_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@ TEST_F(SockoptsTest, SockoptsWithExtraSourceAddressAndClusterOpts) {
722722
expectSetsockopts(names_vals);
723723
}
724724

725-
TEST_F(SockoptsTest, SockoptsWithExtraSourceAddressAndClusterManangerOpts) {
725+
TEST_F(SockoptsTest, SockoptsWithExtraSourceAddressAndClusterManagerOpts) {
726726
const std::string yaml = R"EOF(
727727
static_resources:
728728
clusters:

0 commit comments

Comments
 (0)