From 26fc6324c4d73f6a259cd433b999cd4778104e3c Mon Sep 17 00:00:00 2001 From: ZHANG Dapeng Date: Thu, 15 Mar 2018 10:07:30 -0700 Subject: [PATCH] core: fix typo in ClientCall.java javadoc --- core/src/main/java/io/grpc/ClientCall.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/io/grpc/ClientCall.java b/core/src/main/java/io/grpc/ClientCall.java index ef769107f5..a0d995022c 100644 --- a/core/src/main/java/io/grpc/ClientCall.java +++ b/core/src/main/java/io/grpc/ClientCall.java @@ -241,7 +241,7 @@ public abstract class ClientCall { /** * Returns additional properties of the call. May only be called after {@link Listener#onHeaders} * or {@link Listener#onClose}. If called prematurely, the implementation may throw {@code - * IllegalStateException} or return abitrary {@code Attributes}. + * IllegalStateException} or return arbitrary {@code Attributes}. * *

{@link Grpc} defines commonly used attributes, but they are not guaranteed to be present. *