]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Fix comment typo s/no/so
authorAaron Rosen <arosen@nicira.com>
Fri, 30 Aug 2013 22:15:24 +0000 (15:15 -0700)
committerAaron Rosen <arosen@nicira.com>
Fri, 30 Aug 2013 22:15:24 +0000 (15:15 -0700)
Change-Id: I1c7b0834202caca6b3bb79acd243c96b865583bc

neutron/agent/metadata/agent.py

index 3ca20382f7e21d6039c5313c38c493a13a1a5229..dcb0e00a530b2054126b90d7d1dcb3ff375e8a6b 100644 (file)
@@ -180,7 +180,7 @@ class UnixDomainHttpProtocol(eventlet.wsgi.HttpProtocol):
     def __init__(self, request, client_address, server):
         if client_address == '':
             client_address = ('<local>', 0)
-        # base class is old-style, no super does not work properly
+        # base class is old-style, so super does not work properly
         eventlet.wsgi.HttpProtocol.__init__(self, request, client_address,
                                             server)