From 5caa6b7700646f786e40e69895e8f18b6d2f9052 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 30 Jun 2026 12:18:59 -0400 Subject: [PATCH] spelling: may be --- gcpdiag/lint/command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcpdiag/lint/command.py b/gcpdiag/lint/command.py index 59cbcd804..64d102877 100644 --- a/gcpdiag/lint/command.py +++ b/gcpdiag/lint/command.py @@ -411,7 +411,7 @@ def run(argv) -> int: # Only print the warning if GCE is enabled in the first place if apis.is_enabled(context.project_id, 'compute'): logger.warning( - """Serial output to cloud logging maybe disabled for certain GCE instances. + """Serial output to cloud logging may be disabled for certain GCE instances. Fallback on serial output buffers by using flag --enable-gce-serial-buffer \n""" )