summaryrefslogtreecommitdiff
path: root/nova/virt/zvm/hypervisor.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/virt/zvm/hypervisor.py')
-rw-r--r--nova/virt/zvm/hypervisor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/virt/zvm/hypervisor.py b/nova/virt/zvm/hypervisor.py
index fb7cbc5a18..8a2c49d34b 100644
--- a/nova/virt/zvm/hypervisor.py
+++ b/nova/virt/zvm/hypervisor.py
@@ -131,7 +131,7 @@ class Hypervisor(object):
def guest_get_console_output(self, name):
"""get console out put of the given instance
- :returns: The output of the console of the instace, in string format.
+ :returns: The output of the console of the instance, in string format.
"""
return self._reqh.call('guest_get_console_output', name)