summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstevesk <stevesk@openbsd.org>2001-08-17 18:59:47 +0000
committerstevesk <stevesk@openbsd.org>2001-08-17 18:59:47 +0000
commit66ea5bbb00e64367e431699482913c16b81a361d (patch)
tree5671a31d769e7327f4223e461b993a8b121ea127
parentAdd RC4 support. (diff)
downloadwireguard-openbsd-66ea5bbb00e64367e431699482913c16b81a361d.tar.xz
wireguard-openbsd-66ea5bbb00e64367e431699482913c16b81a361d.zip
typo in comment
-rw-r--r--usr.bin/ssh/servconf.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/ssh/servconf.h b/usr.bin/ssh/servconf.h
index 8aae0cbd0cc..25af4ce39c7 100644
--- a/usr.bin/ssh/servconf.h
+++ b/usr.bin/ssh/servconf.h
@@ -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 */