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. *