From a07304471bb25a896714f29ced8e00ced115e398 Mon Sep 17 00:00:00 2001 From: Adil Ansari Date: Sun, 26 Jun 2022 20:53:06 -0700 Subject: [PATCH] stub: fix misspelled javadocs --- stub/src/main/java/io/grpc/stub/ClientResponseObserver.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stub/src/main/java/io/grpc/stub/ClientResponseObserver.java b/stub/src/main/java/io/grpc/stub/ClientResponseObserver.java index 91403b02fc..b6155f1cbc 100644 --- a/stub/src/main/java/io/grpc/stub/ClientResponseObserver.java +++ b/stub/src/main/java/io/grpc/stub/ClientResponseObserver.java @@ -22,7 +22,7 @@ package io.grpc.stub; */ public interface ClientResponseObserver extends StreamObserver { /** - * Called by the runtime priot to the start of a call to provide a reference to the + * Called by the runtime prior to the start of a call to provide a reference to the * {@link ClientCallStreamObserver} for the outbound stream. This can be used to listen to * onReady events, disable auto inbound flow and perform other advanced functions. *