From d73ec07fe7d0c0039b6203a045336db32d8e545f Mon Sep 17 00:00:00 2001 From: Alisha Nanda Date: Wed, 14 Jul 2021 10:53:55 -0700 Subject: [PATCH] Fix small typo in xds end2end test (#26685) --- test/cpp/end2end/xds_end2end_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cpp/end2end/xds_end2end_test.cc b/test/cpp/end2end/xds_end2end_test.cc index a4a03b54c7d..f4c9d90d6f1 100644 --- a/test/cpp/end2end/xds_end2end_test.cc +++ b/test/cpp/end2end/xds_end2end_test.cc @@ -1618,7 +1618,7 @@ grpc_millis NowFromCycleCounter() { // Returns the number of RPCs needed to pass error_tolerance at 99.99994% // chance. Rolling dices in drop/fault-injection generates a binomial // distribution (if our code is not horribly wrong). Let's make "n" the number -// of samples, "p" the probabilty. If we have np>5 & n(1-p)>5, we can +// of samples, "p" the probability. If we have np>5 & n(1-p)>5, we can // approximately treat the binomial distribution as a normal distribution. // // For normal distribution, we can easily look up how many standard deviation we