From 7d3e60663d57745e7f483c6638150a4973eb5f75 Mon Sep 17 00:00:00 2001 From: Michael J Fork Date: Wed, 13 Feb 2013 17:39:47 +0000 Subject: Correct misspelling in PowerVM comment Correct a misspelling in a PowerVM comment Change-Id: I12ab59826e8448a120ff3ef2b26034ea4aa2f1a0 --- nova/virt/powervm/operator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. # -- cgit