Fixed a typo in a comment

Found using: https://github.com/intgr/topy

Change-Id: I1fba0b8c8e978f286905eeb96ae0a2e47762f413
This commit is contained in:
Alex Gaynor 2014-04-25 21:25:27 -07:00
parent 02ee4fc79e
commit 4c5f545871
1 changed files with 1 additions and 1 deletions

View File

@ -745,7 +745,7 @@ class FakeHTTPClient(base_client.HTTPClient):
raise exceptions.NotFound('404')
def get_flavors_aa1(self, **kw):
# Aplhanumeric flavor id are allowed.
# Alphanumeric flavor id are allowed.
return (
200,
{},