Skip to content

Commit

Permalink
typos (#4009)
Browse files Browse the repository at this point in the history
Signed-off-by: Rama <rama.rao@salesforce.com>
  • Loading branch information
ramaraochavali authored and mattklein123 committed Aug 1, 2018
1 parent aeb3f28 commit d5805b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/server/listener_manager_impl_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ TEST_F(ListenerManagerImplTest, AddListenerAddressNotMatching) {
EXPECT_CALL(*listener_foo, onDestroy());
}

// Make sure that a listener creation does not fail on IPv4 ony setups when FilterChainMatch is not
// Make sure that a listener creation does not fail on IPv4 only setups when FilterChainMatch is not
// specified and we try to create default CidrRange. See convertDestinationIPsMapToTrie function for
// more details.
TEST_F(ListenerManagerImplTest, AddListenerOnIpv4OnlySetups) {
Expand Down Expand Up @@ -436,7 +436,7 @@ TEST_F(ListenerManagerImplTest, AddListenerOnIpv4OnlySetups) {
EXPECT_CALL(*listener_foo, onDestroy());
}

// Make sure that a listener creation does not fail on IPv6 ony setups when FilterChainMatch is not
// Make sure that a listener creation does not fail on IPv6 only setups when FilterChainMatch is not
// specified and we try to create default CidrRange. See convertDestinationIPsMapToTrie function for
// more details.
TEST_F(ListenerManagerImplTest, AddListenerOnIpv6OnlySetups) {
Expand Down

0 comments on commit d5805b1

Please sign in to comment.