]> andersk Git - openssh.git/blobdiff - sftp-client.h
- jmc@cvs.openbsd.org 2005/04/26 12:59:02
[openssh.git] / sftp-client.h
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.117339 seconds and 4 git commands to generate.