agent: fix maintenance check ID

This commit is contained in:
Ryan Uber 2015-01-21 11:03:42 -08:00
parent d9a3e673b0
commit b6a0f2baae
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 // The ID of the faux health checks for maintenance mode
serviceMaintCheckPrefix = "_service_maintenance" serviceMaintCheckPrefix = "_service_maintenance"
nodeMaintCheckID = "_node_maintenenace" nodeMaintCheckID = "_node_maintenance"
) )
/* /*