diff options
author | 2002-05-22 23:18:25 +0000 | |
---|---|---|
committer | 2002-05-22 23:18:25 +0000 | |
commit | 6facef88425fe5ade0786a0b3348e8e282640ae9 (patch) | |
tree | 5cb2efed76fe1b58ad1505d62abce3dc54bf8fb3 /usr.bin/ssh/ssh.c | |
parent | typo. (diff) | |
download | wireguard-openbsd-6facef88425fe5ade0786a0b3348e8e282640ae9.tar.xz wireguard-openbsd-6facef88425fe5ade0786a0b3348e8e282640ae9.zip |
spelling; abishoff@arc.nasa.gov
Diffstat (limited to 'usr.bin/ssh/ssh.c')
-rw-r--r-- | usr.bin/ssh/ssh.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/ssh.c b/usr.bin/ssh/ssh.c index 1ffdbdb031a..7022d04b616 100644 --- a/usr.bin/ssh/ssh.c +++ b/usr.bin/ssh/ssh.c @@ -40,7 +40,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: ssh.c,v 1.171 2002/05/16 22:09:59 stevesk Exp $"); +RCSID("$OpenBSD: ssh.c,v 1.172 2002/05/22 23:18:25 deraadt Exp $"); #include <openssl/evp.h> #include <openssl/err.h> @@ -99,7 +99,7 @@ int stdin_null_flag = 0; /* * Flag indicating that ssh should fork after authentication. This is useful - * so that the pasphrase can be entered manually, and then ssh goes to the + * so that the passphrase can be entered manually, and then ssh goes to the * background. */ int fork_after_authentication_flag = 0; @@ -1104,7 +1104,7 @@ ssh_session2_setup(int id, void *arg) debug("Sending subsystem: %.*s", len, (u_char *)buffer_ptr(&command)); channel_request_start(id, "subsystem", /*want reply*/ 1); /* register callback for reply */ - /* XXX we asume that client_loop has already been called */ + /* XXX we assume that client_loop has already been called */ dispatch_set(SSH2_MSG_CHANNEL_FAILURE, &client_subsystem_reply); dispatch_set(SSH2_MSG_CHANNEL_SUCCESS, &client_subsystem_reply); } else { |