- stevesk@cvs.openbsd.org 2001/03/05 17:58:22
     [dh.c]
     spelling
diff --git a/ChangeLog b/ChangeLog
index e0f631b..a2a951f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -27,6 +27,9 @@
    - stevesk@cvs.openbsd.org 2001/03/05 17:40:48
      [ssh.1]
      more ssh_known_hosts2 documentation; ok markus@
+   - stevesk@cvs.openbsd.org 2001/03/05 17:58:22
+     [dh.c]
+     spelling
 
 20010305
  - (bal) CVS ID touch up on sshpty.[ch] and sshlogin.[ch]
@@ -4398,4 +4401,4 @@
  - Wrote replacements for strlcpy and mkdtemp
  - Released 1.0pre1
 
-$Id: ChangeLog,v 1.914 2001/03/06 01:10:53 mouring Exp $
+$Id: ChangeLog,v 1.915 2001/03/06 01:13:06 mouring Exp $
diff --git a/dh.c b/dh.c
index c88a014..ac73f84 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 @@
 
 	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;