From 0d71096104eccc073573b7bb299de1c8474136a1 Mon Sep 17 00:00:00 2001 From: Minh Doan Date: Thu, 31 Jan 2019 11:16:07 -0800 Subject: [PATCH] fix comment --- api/service/manager.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/service/manager.go b/api/service/manager.go index 3b9207e47..78cb0bcda 100644 --- a/api/service/manager.go +++ b/api/service/manager.go @@ -53,7 +53,7 @@ func (t Type) String() string { // Constants for timing. const ( - // WaitForStatusUpdate is the delay time to update new statum. Currently set 1 second for development. Should be 30 minutes for production. + // WaitForStatusUpdate is the delay time to update new status. Currently set 1 second for development. Should be 30 minutes for production. WaitForStatusUpdate = time.Minute * 1 )