From dfbfdc53b9d43b0dbdd0d1378f4f634d060be2e2 Mon Sep 17 00:00:00 2001 From: IlyaFaer Date: Thu, 16 Jan 2020 16:21:55 +0300 Subject: [PATCH] docs(pubsub): tiny spelling mistake fix --- .../pubsub_v1/subscriber/_protocol/streaming_pull_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubsub/google/cloud/pubsub_v1/subscriber/_protocol/streaming_pull_manager.py b/pubsub/google/cloud/pubsub_v1/subscriber/_protocol/streaming_pull_manager.py index 7a08a63887a2..6cf5b6e8f2d9 100644 --- a/pubsub/google/cloud/pubsub_v1/subscriber/_protocol/streaming_pull_manager.py +++ b/pubsub/google/cloud/pubsub_v1/subscriber/_protocol/streaming_pull_manager.py @@ -285,7 +285,7 @@ def _maybe_release_messages(self): would allow. Each released message is added to the lease management, and the user callback is scheduled for it. - If there are currently no messageges on hold, or if the leaser is + If there are currently no messages on hold, or if the leaser is already overloaded, this method is effectively a no-op. The method assumes the caller has acquired the ``_pause_resume_lock``.