diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-09-12 16:40:05 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-09-12 16:40:05 +0000 |
commit | 7bb37b29c6082c86a2a8b4af4ad6bc6a00793323 (patch) | |
tree | 88b101262a3289fd66d8410f19c6202a308a68e1 /servconf.h | |
parent | 1c0fd09d15ac74eafe4c1fd75e6dbe295a47c7f3 (diff) | |
download | openssh-git-7bb37b29c6082c86a2a8b4af4ad6bc6a00793323.tar.gz |
- stevesk@cvs.openbsd.org 2001/08/17 18:59:47
[servconf.h]
typo in comment
Diffstat (limited to 'servconf.h')
-rw-r--r-- | servconf.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -11,7 +11,7 @@ * called by a name other than "ssh" or "Secure Shell". */ -/* RCSID("$OpenBSD: servconf.h,v 1.48 2001/08/16 19:18:34 jakob Exp $"); */ +/* RCSID("$OpenBSD: servconf.h,v 1.49 2001/08/17 18:59:47 stevesk Exp $"); */ #ifndef SERVCONF_H #define SERVCONF_H @@ -121,9 +121,9 @@ typedef struct { * see if it's still there */ int client_alive_count_max; /* - *If the client is unresponsive - * for this many intervals, above - * diconnect the session + * If the client is unresponsive + * for this many intervals above, + * disconnect the session */ char *authorized_keys_file; /* File containing public keys */ |