diff --git a/utils/consts.go b/utils/consts.go index bb424b8ef..aec4e4dff 100644 --- a/utils/consts.go +++ b/utils/consts.go @@ -382,7 +382,7 @@ const ( ServiceAlreadyRunning = "service already running" RunningCaps = "RUNNING" StoppedCaps = "STOPPED" - SchedulerNotRunningCaps = "SCHEDULLER_NOT_RUNNING" + SchedulerNotRunningCaps = "SCHEDULER_NOT_RUNNING" MetaScheduler = "*scheduler" MetaSessionsCosts = "*sessions_costs" MetaRALs = "*rals"