diff options
| author | Matt Joyce <matt.joyce@cloudscaling.com> | 2013-01-16 11:50:01 -0800 |
|---|---|---|
| committer | Matt Joyce <matt.joyce@cloudscaling.com> | 2013-01-16 11:50:01 -0800 |
| commit | 0651e60e4edade54e4d04d2e3b93c48f4e390a5c (patch) | |
| tree | 44aaba4e88be686e38da7e2b346029cd293afdcd /nova/api | |
| parent | 01f204efdf4cee1823475fd346ce6dbaca915715 (diff) | |
correcting for proper use of the word 'an'.
Change-Id: Ib6180284d806a00c520df378e651fba947e2397a
Diffstat (limited to 'nova/api')
| -rw-r--r-- | nova/api/ec2/ec2utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/api/ec2/ec2utils.py b/nova/api/ec2/ec2utils.py index cfe0d7879..1ce880de4 100644 --- a/nova/api/ec2/ec2utils.py +++ b/nova/api/ec2/ec2utils.py @@ -178,7 +178,7 @@ def ec2_vol_id_to_uuid(ec2_id): def is_ec2_timestamp_expired(request, expires=None): - """Checks the timestamp or expiry time included in a EC2 request + """Checks the timestamp or expiry time included in an EC2 request and returns true if the request is expired """ query_time = None |
