From bfeb99f5e315c2a022f4e7e619c4cfa3b093ec6a Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 23 Jul 2017 15:34:11 -0400 Subject: [PATCH] spelling: prepare --- src/bin/shell/kea_connector3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.47.2