diff options
| author | Matt Joyce <matt.joyce@cloudscaling.com> | 2012-05-29 12:04:03 -0700 |
|---|---|---|
| committer | Matt Joyce <matt.joyce@cloudscaling.com> | 2012-05-29 13:01:57 -0700 |
| commit | d5cc5fd2f023e5d7095476282159027dce957cb3 (patch) | |
| tree | 1b3c08c1981384379d6df3c685d140932de614cb /nova/utils.py | |
| parent | 1bbf44fa67412040246b93b15cab18e715a0be07 (diff) | |
Grammar fixes.
Change-Id: Iff3f5765193e0bc98dfc377ee5a9b6f47ae11859
Diffstat (limited to 'nova/utils.py')
| -rw-r--r-- | nova/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/utils.py b/nova/utils.py index 46118a718..7bdae8deb 100644 --- a/nova/utils.py +++ b/nova/utils.py @@ -1137,7 +1137,7 @@ def generate_glance_url(): def generate_image_url(image_ref): - """Generate a image URL from an image_ref.""" + """Generate an image URL from an image_ref.""" return "%s/images/%s" % (generate_glance_url(), image_ref) |
