X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/4746020661d06d13ffba2995d8428ca71bbf93bb..b1f0c61269f2e5121405d51d9554777735c8f2bd:/sftp-client.h diff --git a/sftp-client.h b/sftp-client.h index 991e05d3..c8a41f37 100644 --- a/sftp-client.h +++ b/sftp-client.h @@ -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 @@ -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);