summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/servconf.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-02-22 04:29:38 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-02-22 04:29:38 +0000
commit47767cbd43feda78200669d6eb1ef877e83c3085 (patch)
tree14c647c9e76e53dc3b0577fa6d0123824a4af93d /usr.bin/ssh/servconf.c
parent98742c91331e6772410df6e9d0a0d9f08b522dac (diff)
grammar; slade@shore.net
Diffstat (limited to 'usr.bin/ssh/servconf.c')
-rw-r--r--usr.bin/ssh/servconf.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/ssh/servconf.c b/usr.bin/ssh/servconf.c
index 27c8671cfa3..fdadea70d29 100644
--- a/usr.bin/ssh/servconf.c
+++ b/usr.bin/ssh/servconf.c
@@ -10,7 +10,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: servconf.c,v 1.67 2001/02/12 16:16:23 markus Exp $");
+RCSID("$OpenBSD: servconf.c,v 1.68 2001/02/22 04:29:37 deraadt Exp $");
#ifdef KRB4
#include <krb.h>
@@ -414,7 +414,8 @@ parse_int:
case sHostKeyFile:
intptr = &options->num_host_key_files;
if (*intptr >= MAX_HOSTKEYS) {
- fprintf(stderr, "%s line %d: to many host keys specified (max %d).\n",
+ fprintf(stderr,
+ "%s line %d: too many host keys specified (max %d).\n",
filename, linenum, MAX_HOSTKEYS);
exit(1);
}