From 4dd8bb8637de6788d3e0d7797d4090bc4094407a Mon Sep 17 00:00:00 2001 From: Aaron Rosen Date: Fri, 30 Aug 2013 15:15:24 -0700 Subject: [PATCH] Fix comment typo s/no/so Change-Id: I1c7b0834202caca6b3bb79acd243c96b865583bc --- neutron/agent/metadata/agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron/agent/metadata/agent.py b/neutron/agent/metadata/agent.py index 3ca20382f..dcb0e00a5 100644 --- a/neutron/agent/metadata/agent.py +++ b/neutron/agent/metadata/agent.py @@ -180,7 +180,7 @@ class UnixDomainHttpProtocol(eventlet.wsgi.HttpProtocol): def __init__(self, request, client_address, server): if client_address == '': client_address = ('', 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) -- 2.45.2