summaryrefslogtreecommitdiff
path: root/servconf.c
diff options
context:
space:
mode:
authordjm <djm>2002-01-22 12:35:09 +0000
committerdjm <djm>2002-01-22 12:35:09 +0000
commit2584a180cfbbbdd5eebede988dd7513e0e658223 (patch)
tree92ef2e0033e5d4f69a81787d7b4ee50e93e00c26 /servconf.c
parentaf15bf9e436ede7d5ffbe9c11666e168fc3bab6b (diff)
downloadopenssh-2584a180cfbbbdd5eebede988dd7513e0e658223.tar.gz
- stevesk@cvs.openbsd.org 2002/01/22 02:52:41
[servconf.c] typo in error message; from djast@cs.toronto.edu
Diffstat (limited to 'servconf.c')
-rw-r--r--servconf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/servconf.c b/servconf.c
index 445d2da7..0cb744a1 100644
--- a/servconf.c
+++ b/servconf.c
@@ -10,7 +10,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: servconf.c,v 1.97 2002/01/04 18:14:16 stevesk Exp $");
+RCSID("$OpenBSD: servconf.c,v 1.98 2002/01/22 02:52:41 stevesk Exp $");
#if defined(KRB4) || defined(KRB5)
#include <krb.h>
@@ -429,7 +429,7 @@ process_server_config_line(ServerOptions *options, char *line,
return 0;
if (options->listen_addrs != NULL)
fatal("%s line %d: ports must be specified before "
- "ListenAdress.", filename, linenum);
+ "ListenAddress.", filename, linenum);
if (options->num_ports >= MAX_PORTS)
fatal("%s line %d: too many ports.",
filename, linenum);