Browse Source

spelling: prepare

Josh Soref 7 years ago
parent
commit
bfeb99f5e3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/shell/kea_connector3.py

+ 1 - 1
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)