diff options
author | Justus Winter <justus@g10code.com> | 2016-10-27 14:58:01 +0200 |
---|---|---|
committer | Justus Winter <justus@g10code.com> | 2016-10-27 14:59:56 +0200 |
commit | 445f0c13d751f6dee9d70ef0785866ab2a7ea120 (patch) | |
tree | 55b7113c092bed4ff910a4d2c377e92775c5c1c7 /agent | |
parent | g10: Assert preconditions. (diff) | |
download | gnupg2-445f0c13d751f6dee9d70ef0785866ab2a7ea120.tar.xz gnupg2-445f0c13d751f6dee9d70ef0785866ab2a7ea120.zip |
Fix typos.
--
Signed-off-by: Justus Winter <justus@g10code.com>
Diffstat (limited to 'agent')
-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) { |