From 67572844849a40dccbd8c3542dbb591379d67000 Mon Sep 17 00:00:00 2001 From: Sakura <40171666+928234269@users.noreply.github.com> Date: Tue, 20 Aug 2019 14:29:26 +0800 Subject: [PATCH] fix typo "an" -> "a" --- _proto/hapi/release/status.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_proto/hapi/release/status.proto b/_proto/hapi/release/status.proto index e6ccd3d6e..6cc16b351 100644 --- a/_proto/hapi/release/status.proto +++ b/_proto/hapi/release/status.proto @@ -41,7 +41,7 @@ message Status { PENDING_INSTALL = 6; // Status_PENDING_UPGRADE indicates that an upgrade operation is underway. PENDING_UPGRADE = 7; - // Status_PENDING_ROLLBACK indicates that an rollback operation is underway. + // Status_PENDING_ROLLBACK indicates that a rollback operation is underway. PENDING_ROLLBACK = 8; }