]> andersk Git - openssh.git/commitdiff
- deraadt@cvs.openbsd.org 2002/06/03 12:04:07
authormouring <mouring>
Thu, 6 Jun 2002 20:56:07 +0000 (20:56 +0000)
committermouring <mouring>
Thu, 6 Jun 2002 20:56:07 +0000 (20:56 +0000)
     [ssh.h]
     compatiblity -> compatibility
     decriptor -> descriptor
     authentciated -> authenticated
     transmition -> transmission

ChangeLog
ssh.h

index 22a3a92d28107a7f018e49ccf69e57939f46059d..8e6197cf97395de887b19d244e99cced12692ab1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
      pad received signature with leading zeros, because RSA_verify expects
      a signature of RSA_size. the drafts says the signature is transmitted
      unpadded (e.g. putty does not pad), reported by anakin@pobox.com
+   - deraadt@cvs.openbsd.org 2002/06/03 12:04:07
+     [ssh.h]
+     compatiblity -> compatibility
+     decriptor -> descriptor
+     authentciated -> authenticated
+     transmition -> transmission
 
 20020604
  - (stevesk) [channels.c] bug #164 patch from YOSHIFUJI Hideaki (changed
diff --git a/ssh.h b/ssh.h
index aac6216b82b6a72b3bef011da269c9e638df5b4e..e23bb1d5c26c1b80e39ebd65768ad182d36e27f6 100644 (file)
--- a/ssh.h
+++ b/ssh.h
@@ -1,4 +1,4 @@
-/*     $OpenBSD: ssh.h,v 1.69 2002/05/11 20:24:48 stevesk Exp $        */
+/*     $OpenBSD: ssh.h,v 1.70 2002/06/03 12:04:07 deraadt Exp $        */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -41,7 +41,7 @@
 #define SSH_MAX_IDENTITY_FILES         100
 
 /*
- * Major protocol version.  Different version indicates major incompatiblity
+ * Major protocol version.  Different version indicates major incompatibility
  * that prevents communication.
  *
  * Minor protocol version.  Different version indicates minor incompatibility
This page took 0.037765 seconds and 5 git commands to generate.