Parcourir la source

spelling: prepare

Josh Soref il y a 7 ans
Parent
commit
bfeb99f5e3
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 = "http://" + params.http_host + ":"
     url += str(params.http_port) + str(params.path)
     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,
     req = urllib.request.Request(url=url,
                                  data=str.encode(params.content),
                                  data=str.encode(params.content),
                                  headers=params.headers)
                                  headers=params.headers)