Update typos

Change-Id: Ia0992ebc7a9355d5ea99d0cde28e03fc0d2a1346
This commit is contained in:
Swapnil Kulkarni (coolsvap) 2016-01-13 11:14:42 +05:30
parent f9ad095aa6
commit da900108d3
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
containers=$(docker ps -a -q)
images=$(docker images -q)
# All the docker commands followed by || true because occassionally docker
# All the docker commands followed by || true because occasionally docker
# will fail to remove an image or container, & I want make to keep going anyway
if [[ ! -z "$containers" ]]; then
docker rm $containers || true

View File

@ -269,7 +269,7 @@ class HardwareManager(object):
def get_clean_steps(self, node, ports):
"""Get a list of clean steps with priority.
Returns a list of steps. Each step is represeted by a dict::
Returns a list of steps. Each step is represented by a dict::
{
'step': the HardwareManager function to call.

View File

@ -30,7 +30,7 @@ LOG = logging.getLogger(__name__)
SUPPORTED_ROOT_DEVICE_HINTS = set(('size', 'model', 'wwn', 'serial', 'vendor'))
# Agent parameters can be pased by kernel command-line arguments and/or
# Agent parameters can be passed by kernel command-line arguments and/or
# by virtual media. Virtual media parameters passed would be available
# when the agent is started, but might not be available for re-reading
# later on because: