diff options
| author | Joe Gordon <jogo@cloudscaling.com> | 2011-12-21 14:51:39 -0800 |
|---|---|---|
| committer | Joe Gordon <jogo@cloudscaling.com> | 2011-12-21 14:51:39 -0800 |
| commit | b2f36879b0d5f264ae2a9dd49fb893c6fbe25068 (patch) | |
| tree | 42da904db0e23d4a73daf64c5405d50a23019028 | |
| parent | 500da76ab281adc227eb0431ba8e286ca9d2d590 (diff) | |
| download | nova-b2f36879b0d5f264ae2a9dd49fb893c6fbe25068.tar.gz nova-b2f36879b0d5f264ae2a9dd49fb893c6fbe25068.tar.xz nova-b2f36879b0d5f264ae2a9dd49fb893c6fbe25068.zip | |
Fix spelling typos in comments
Change-Id: I7d8011f2c44ee597f323c8e1de090d33bf63577b
| -rw-r--r-- | nova/compute/api.py | 4 |
1 files 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 |
