fix wrong spells in hooks.go

Signed-off-by: czm <zhongming.chang@daocloud.io>
This commit is contained in:
AllenZMC 2019-08-06 10:14:00 +08:00 committed by czm
parent c4a82971f3
commit 53f1ab50e5
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ var deletePolices = map[string]release.Hook_DeletePolicy{
hooks.BeforeHookCreation: release.Hook_BEFORE_HOOK_CREATION,
}
// Timout used when deleting resources with a hook-delete-policy.
// Timeout used when deleting resources with a hook-delete-policy.
const defaultHookDeleteTimeoutInSeconds = int64(60)
// Manifest represents a manifest file, which has a name and some content.