diff options
author | Kevin Steves <stevesk@cvs.openbsd.org> | 2001-03-05 17:58:23 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@cvs.openbsd.org> | 2001-03-05 17:58:23 +0000 |
commit | 69ecdbc818e5edd59b173fff9f56a21b910997db (patch) | |
tree | 3f658af2230e6d91d6d29eee36a4b97b372fcc40 /usr.bin/ssh/dh.c | |
parent | b31033eb0af53835aa7aea25056445568b706bcd (diff) |
spelling
Diffstat (limited to 'usr.bin/ssh/dh.c')
-rw-r--r-- | usr.bin/ssh/dh.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/dh.c b/usr.bin/ssh/dh.c index c88a014a5c3..ac73f8400d5 100644 --- a/usr.bin/ssh/dh.c +++ b/usr.bin/ssh/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; |