summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-02-14 02:13:27 +0000
committerGerrit Code Review <review@openstack.org>2013-02-14 02:13:27 +0000
commit12f007b3b6b00dd40dca3b4fdfb5a08d07f94edc (patch)
treebbdd0382e9f97edfcb623c504b246386a6344b60
parentc657cf1a9f8603e275caa666ed73885d8bfd6755 (diff)
parent7d3e60663d57745e7f483c6638150a4973eb5f75 (diff)
downloadnova-12f007b3b6b00dd40dca3b4fdfb5a08d07f94edc.tar.gz
nova-12f007b3b6b00dd40dca3b4fdfb5a08d07f94edc.tar.xz
nova-12f007b3b6b00dd40dca3b4fdfb5a08d07f94edc.zip
Merge "Correct misspelling in PowerVM comment"
-rw-r--r--nova/virt/powervm/operator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/virt/powervm/operator.py b/nova/virt/powervm/operator.py
index f534acc15..a8484abd2 100644
--- a/nova/virt/powervm/operator.py
+++ b/nova/virt/powervm/operator.py
@@ -210,7 +210,7 @@ class PowerVMOperator(object):
#
# NOTE(mjfork) the slot_id should not exceed 255 (FF) to
# to avoid spilling over into the next
- # higest octect. The contract with
+ # highest octet. The contract with
# macs_for_instance limits to a value between
# 32 and 63 inclusive so we are safe.
#