From d862d88bd43b8fe0fda9bb926b1cb355d9351ab0 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Fri, 10 Mar 2023 14:37:05 -0500 Subject: codespell --- paramiko/agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paramiko/agent.py b/paramiko/agent.py index 1cc9075f..30ec1590 100644 --- a/paramiko/agent.py +++ b/paramiko/agent.py @@ -65,7 +65,7 @@ class AgentSSH: no SSH agent was running (or it couldn't be contacted), an empty list will be returned. - This method performs no IO, just returns the list of keys retreived + This method performs no IO, just returns the list of keys retrieved when the connection was made. :return: -- cgit v1.2.1