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)
- 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 c88a014a5..ac73f8400 100644
--- a/dh.c
+++ b/dh.c
@@ -23,7 +23,7 @@
23 */ 23 */
24 24
25#include "includes.h" 25#include "includes.h"
26RCSID("$OpenBSD: dh.c,v 1.7 2001/03/04 17:42:28 millert Exp $"); 26RCSID("$OpenBSD: dh.c,v 1.8 2001/03/05 17:58:22 stevesk Exp $");
27 27
28#include "xmalloc.h" 28#include "xmalloc.h"
29 29
@@ -135,7 +135,7 @@ choose_dh(int minbits)
135 135
136 f = fopen(_PATH_DH_PRIMES, "r"); 136 f = fopen(_PATH_DH_PRIMES, "r");
137 if (!f) { 137 if (!f) {
138 fatal("WARNING: %s dissappeared, giving up", _PATH_DH_PRIMES); 138 fatal("WARNING: %s disappeared, giving up", _PATH_DH_PRIMES);
139 } 139 }
140 140
141 linenum = 0; 141 linenum = 0;