diff options
| author | Swapnil Kulkarni (coolsvap) <me@coolsvap.net> | 2016-01-13 11:14:42 +0530 |
|---|---|---|
| committer | Swapnil Kulkarni (coolsvap) <me@coolsvap.net> | 2016-01-13 11:14:42 +0530 |
| commit | da900108d3ac81d54a4efc36a974dde46cead0f3 (patch) | |
| tree | e13fda5916da28620dc0daf426ffed596b0666a4 /ironic_python_agent/utils.py | |
| parent | f9ad095aa67869bfa24da7bc2e90ccbe9c5c0a35 (diff) | |
| download | ironic-python-agent-da900108d3ac81d54a4efc36a974dde46cead0f3.tar.gz | |
Update typos
Change-Id: Ia0992ebc7a9355d5ea99d0cde28e03fc0d2a1346
Diffstat (limited to 'ironic_python_agent/utils.py')
| -rw-r--r-- | ironic_python_agent/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ironic_python_agent/utils.py b/ironic_python_agent/utils.py index 6a89b375..99d217e6 100644 --- a/ironic_python_agent/utils.py +++ b/ironic_python_agent/utils.py @@ -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: |
