]> andersk Git - openssh.git/commitdiff
- jmc@cvs.openbsd.org 2005/04/26 12:59:02
authordjm <djm>
Thu, 26 May 2005 02:05:49 +0000 (02:05 +0000)
committerdjm <djm>
Thu, 26 May 2005 02:05:49 +0000 (02:05 +0000)
     [sftp-client.h]
     spelling correction in comment from wiz@netbsd;

ChangeLog
sftp-client.h

index 7d7ce62729afa3c22a361a7a31113300636e1425..29fca95b7c2b22dcd6230ab83a829aa633fd1a1b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -35,6 +35,9 @@
      [readpass.c]
      Add debug message if read_passphrase can't open /dev/tty; bz #471;
      ok djm@
+   - jmc@cvs.openbsd.org 2005/04/26 12:59:02
+     [sftp-client.h]
+     spelling correction in comment from wiz@netbsd;
 
 20050524
  - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
index 991e05d332405d35ccc02bdc83b2cae35d5596bb..c8a41f3773c9c9b54a2eeebf00b6e08a93bcf0ed 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: sftp-client.h,v 1.13 2004/11/29 07:41:24 djm Exp $ */
+/* $OpenBSD: sftp-client.h,v 1.14 2005/04/26 12:59:02 jmc Exp $ */
 
 /*
  * Copyright (c) 2001-2004 Damien Miller <djm@openbsd.org>
@@ -30,7 +30,7 @@ struct SFTP_DIRENT {
 };
 
 /*
- * Initialiase a SSH filexfer connection. Returns NULL on error or
+ * Initialise a SSH filexfer connection. Returns NULL on error or
  * a pointer to a initialized sftp_conn struct on success.
  */
 struct sftp_conn *do_init(int, int, u_int, u_int);
This page took 0.036394 seconds and 5 git commands to generate.