summaryrefslogtreecommitdiff
path: root/dh.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-03-06 01:13:06 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-03-06 01:13:06 +0000
commitbe6a5a6dfe14c516b0982e57bb95f022bf19cf46 (patch)
treeb9312356223351f49dab9d19d9dece4f77b7f7eb /dh.c
parent1e62174af12575265399dc27f3a4937109fe7b28 (diff)
downloadopenssh-git-be6a5a6dfe14c516b0982e57bb95f022bf19cf46.tar.gz
- stevesk@cvs.openbsd.org 2001/03/05 17:58:22
[dh.c] spelling
Diffstat (limited to 'dh.c')
-rw-r--r--dh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dh.c b/dh.c
index c88a014a..ac73f840 100644
--- a/dh.c
+++ b/dh.c
@@ -23,7 +23,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: dh.c,v 1.7 2001/03/04 17:42:28 millert Exp $");
+RCSID("$OpenBSD: dh.c,v 1.8 2001/03/05 17:58:22 stevesk Exp $");
#include "xmalloc.h"
@@ -135,7 +135,7 @@ choose_dh(int minbits)
f = fopen(_PATH_DH_PRIMES, "r");
if (!f) {
- fatal("WARNING: %s dissappeared, giving up", _PATH_DH_PRIMES);
+ fatal("WARNING: %s disappeared, giving up", _PATH_DH_PRIMES);
}
linenum = 0;