aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/python/DUTSetup.py
diff options
context:
space:
mode:
Diffstat (limited to 'resources/libraries/python/DUTSetup.py')
-rw-r--r--resources/libraries/python/DUTSetup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/libraries/python/DUTSetup.py b/resources/libraries/python/DUTSetup.py
index e2fba066d3..7b75df94c8 100644
--- a/resources/libraries/python/DUTSetup.py
+++ b/resources/libraries/python/DUTSetup.py
@@ -62,7 +62,7 @@ class DUTSetup(object):
@staticmethod
def restart_service(node, service):
- """Restarts the named service on node.
+ """Restart the named service on node.
:param node: Node in the topology.
:param service: Service unit name.
@@ -82,7 +82,7 @@ class DUTSetup(object):
@staticmethod
def restart_service_on_all_duts(nodes, service):
- """Retarts the named service on all DUTs.
+ """Restart the named service on all DUTs.
:param node: Nodes in the topology.
:param service: Service unit name.