From 4c5f5458719bc475f46c22d4ad7f2997c58fcab8 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Fri, 25 Apr 2014 21:25:27 -0700 Subject: [PATCH] Fixed a typo in a comment Found using: https://github.com/intgr/topy Change-Id: I1fba0b8c8e978f286905eeb96ae0a2e47762f413 --- novaclient/tests/v1_1/fakes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/novaclient/tests/v1_1/fakes.py b/novaclient/tests/v1_1/fakes.py index cfd0f24ec..5ce4166be 100644 --- a/novaclient/tests/v1_1/fakes.py +++ b/novaclient/tests/v1_1/fakes.py @@ -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, {},