diff --git a/command/agent/agent.go b/command/agent/agent.go index e3be1b6cfc..5ec4409f1d 100644 --- a/command/agent/agent.go +++ b/command/agent/agent.go @@ -33,7 +33,7 @@ const ( // The ID of the faux health checks for maintenance mode serviceMaintCheckPrefix = "_service_maintenance" - nodeMaintCheckID = "_node_maintenenace" + nodeMaintCheckID = "_node_maintenance" ) /*