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 )