agent: fix maintenance check ID

This commit is contained in:
Ryan Uber 2015-01-21 11:03:42 -08:00
parent b71ffb1fa3
commit 40cfd527cb
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ const (
// The ID of the faux health checks for maintenance mode
serviceMaintCheckPrefix = "_service_maintenance"
nodeMaintCheckID = "_node_maintenenace"
nodeMaintCheckID = "_node_maintenance"
)
/*