Fix typo: s/recieve/receive/

This commit is contained in:
Tim St. Clair
2015-11-19 19:23:40 -08:00
parent b12550273e
commit e4eff4bd6b
7 changed files with 9 additions and 9 deletions

View File

@@ -714,7 +714,7 @@ type ExecAction struct {
}
// Probe describes a health check to be performed against a container to determine whether it is
// alive or ready to recieve traffic.
// alive or ready to receive traffic.
type Probe struct {
// The action taken to determine the health of a container
Handler `json:",inline"`