From b2f36879b0d5f264ae2a9dd49fb893c6fbe25068 Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Wed, 21 Dec 2011 14:51:39 -0800 Subject: Fix spelling typos in comments Change-Id: I7d8011f2c44ee597f323c8e1de090d33bf63577b --- nova/compute/api.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nova/compute/api.py b/nova/compute/api.py index 6935a5ece..61394233a 100644 --- a/nova/compute/api.py +++ b/nova/compute/api.py @@ -233,7 +233,7 @@ class API(base.Base): if 'properties' in image and 'vm_mode' in image['properties']: vm_mode = image['properties']['vm_mode'] - # If instance doesn't have auto_disk_config overriden by request, use + # If instance doesn't have auto_disk_config overridden by request, use # whatever the image indicates if auto_disk_config is None: if ('properties' in image and @@ -926,7 +926,7 @@ class API(base.Base): def get_all(self, context, search_opts=None): """Get all instances filtered by one of the given parameters. - If there is no filter and the context is an admin, it will retreive + If there is no filter and the context is an admin, it will retrieve all instances in the system. Deleted instances will be returned by default, unless there is a -- cgit