]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: prepare
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 19:34:11 +0000 (15:34 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 19:34:11 +0000 (15:34 -0400)
src/bin/shell/kea_connector3.py

index 3ccb1aed1e6f650eb780968acdbd84bb3cad39e6..738ad37f6f9dd1fca3c5557c088c87ef3ba5c429 100644 (file)
@@ -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)