summaryrefslogtreecommitdiff
path: root/system/service.py
diff options
context:
space:
mode:
Diffstat (limited to 'system/service.py')
-rw-r--r--system/service.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/service.py b/system/service.py
index baac4fed..18b76d32 100644
--- a/system/service.py
+++ b/system/service.py
@@ -1350,7 +1350,7 @@ class SunOSService(Service):
def service_control(self):
status = self.get_sunos_svcs_status()
- # if starting or reloading, clear maintenace states
+ # if starting or reloading, clear maintenance states
if self.action in ['start', 'reload', 'restart'] and status in ['maintenance', 'degraded']:
rc, stdout, stderr = self.execute_command("%s clear %s" % (self.svcadm_cmd, self.name))
if rc != 0: