From: Josh Soref Date: Sun, 23 Jul 2017 19:34:11 +0000 (-0400) Subject: spelling: prepare X-Git-Tag: trac5124a_base~35^2~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfeb99f5e315c2a022f4e7e619c4cfa3b093ec6a;p=thirdparty%2Fkea.git spelling: prepare --- diff --git a/src/bin/shell/kea_connector3.py b/src/bin/shell/kea_connector3.py index 3ccb1aed1e..738ad37f6f 100644 --- a/src/bin/shell/kea_connector3.py +++ b/src/bin/shell/kea_connector3.py @@ -19,7 +19,7 @@ def send_to_control_agent(params): url = "http://" + params.http_host + ":" url += str(params.http_port) + str(params.path) - # Now preprare the request (URL, headers and body) + # Now prepare the request (URL, headers and body) req = urllib.request.Request(url=url, data=str.encode(params.content), headers=params.headers)