From 07fbfa0ac9b69b37cecfbe1a3f167c556641e944 Mon Sep 17 00:00:00 2001 From: murgatroid99 Date: Tue, 4 Feb 2020 10:41:01 -0800 Subject: [PATCH] Fix comment typos --- packages/grpc-js/src/channel.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/grpc-js/src/channel.ts b/packages/grpc-js/src/channel.ts index 96c1dda7..4d4fb551 100644 --- a/packages/grpc-js/src/channel.ts +++ b/packages/grpc-js/src/channel.ts @@ -236,10 +236,10 @@ export class ChannelImplementation implements Channel { callStream ); } catch (error) { - /* An error here indicates thaat something when wrong with + /* An error here indicates that something went wrong with * the picked subchannel's http2 stream right before we * tried to start the stream. We are handling a promise - * result here, so this asynchronous with respect to the + * result here, so this is asynchronous with respect to the * original tryPick call, so calling it again is not * recursive. We call tryPick immediately instead of * queueing this pick again because handling the queue is