From 7270938ebf8a4cfb30f70b298335d0708caef366 Mon Sep 17 00:00:00 2001 From: ZHANG Dapeng Date: Wed, 12 Sep 2018 13:30:52 -0700 Subject: [PATCH] export CL: Fix misspelling. --- .../java/io/grpc/testing/integration/AbstractInteropTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interop-testing/src/main/java/io/grpc/testing/integration/AbstractInteropTest.java b/interop-testing/src/main/java/io/grpc/testing/integration/AbstractInteropTest.java index b1292eba22..544994695c 100644 --- a/interop-testing/src/main/java/io/grpc/testing/integration/AbstractInteropTest.java +++ b/interop-testing/src/main/java/io/grpc/testing/integration/AbstractInteropTest.java @@ -1798,7 +1798,7 @@ public abstract class AbstractInteropTest { /** * Some tests run on memory constrained environments. Rather than OOM, just give up. 64 is - * choosen as a maximum amount of memory a large test would need. + * chosen as a maximum amount of memory a large test would need. */ private static void assumeEnoughMemory() { Runtime r = Runtime.getRuntime();