From 2081b94629b197196e6fab32494621673b152c68 Mon Sep 17 00:00:00 2001 From: "Hong Jinwoo (Carter)" Date: Mon, 1 Aug 2022 20:55:16 +0900 Subject: [PATCH] fix: typo --- pubsub/flow_controller.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubsub/flow_controller.go b/pubsub/flow_controller.go index ad7e0907bfe..8b352508155 100644 --- a/pubsub/flow_controller.go +++ b/pubsub/flow_controller.go @@ -46,7 +46,7 @@ const ( // FlowControlSettings controls flow control for messages while publishing or subscribing. type FlowControlSettings struct { - // MaxOutstandingMessages is the maximum number of bufered messages to be published. + // MaxOutstandingMessages is the maximum number of buffered messages to be published. // If less than or equal to zero, this is disabled. MaxOutstandingMessages int