fix some typos in api types

Kubernetes-commit: a1cee9ab3bc50310498554f3929676b577943062
This commit is contained in:
Di Xu 2017-07-19 22:07:12 +08:00 committed by Kubernetes Publisher
parent e1ac2a82c6
commit a9d3dd8d8f
2 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ const (
// The stage for events generated once the response body has been completed, and no more bytes
// will be sent.
StageResponseComplete = "ResponseComplete"
// The stage for events generated when a panic occured.
// The stage for events generated when a panic occurred.
StagePanic = "Panic"
)

View File

@ -69,7 +69,7 @@ const (
// The stage for events generated once the response body has been completed, and no more bytes
// will be sent.
StageResponseComplete = "ResponseComplete"
// The stage for events generated when a panic occured.
// The stage for events generated when a panic occurred.
StagePanic = "Panic"
)