From d65bf9281dff633bd24ced0a3db98befca99c33f Mon Sep 17 00:00:00 2001 From: Nick Sellen Date: Thu, 24 Aug 2017 23:12:54 +0100 Subject: [PATCH] Fix typo --- daphne/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daphne/utils.py b/daphne/utils.py index 04e3546..95ed331 100644 --- a/daphne/utils.py +++ b/daphne/utils.py @@ -22,7 +22,7 @@ def parse_x_forwarded_for(headers, @param port_header_name: The name of the expected port header @param proto_header_name: The name of the expected protocol header @param original_addr: A host/port pair that should be returned if the headers are not in the request - @param original_scheme: A scheme hat should be returned if the headers are not in the request + @param original_scheme: A scheme that should be returned if the headers are not in the request @return: A tuple containing a list [host (string), port (int)] as the first entry and a proto (string) as the second """ if not address_header_name: