From 4d3e1e733cc18fc4e9329441fa8b5052273ab100 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 11 Mar 2018 17:40:28 +0000 Subject: [PATCH] spelling: arguments --- nomad/structs/structs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nomad/structs/structs.go b/nomad/structs/structs.go index f22f231a9..25681fccf 100644 --- a/nomad/structs/structs.go +++ b/nomad/structs/structs.go @@ -3023,7 +3023,7 @@ type ServiceCheck struct { Name string // Name of the check, defaults to id Type string // Type of the check - tcp, http, docker and script Command string // Command is the command to run for script checks - Args []string // Args is a list of argumes for script checks + Args []string // Args is a list of arguments for script checks Path string // path of the health check url for http type check Protocol string // Protocol to use if check is http, defaults to http PortLabel string // The port to use for tcp/http checks