diff --git a/agent/agent.py b/agent/agent.py index 1fb2ae9..d81b4a0 100755 --- a/agent/agent.py +++ b/agent/agent.py @@ -167,7 +167,7 @@ def upload(self, file): @threaded def download(self, file, destination=''): - """ Downloads a file the the agent host through HTTP(S) """ + """ Downloads a file to the agent host through HTTP(S) """ try: destination = self.expand_path(destination) if not destination: