diff options
Diffstat (limited to '')
-rw-r--r-- | agent/command-ssh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/command-ssh.c b/agent/command-ssh.c index 7bcda504c..969d89846 100644 --- a/agent/command-ssh.c +++ b/agent/command-ssh.c @@ -1127,7 +1127,7 @@ confirm_flag_from_sshcontrol (const char *hexgrip) /* Open the ssh control file for reading. This is a public version of open_control_file. The caller must use ssh_close_control_file to - release the retruned handle. */ + release the returned handle. */ ssh_control_file_t ssh_open_control_file (void) { |