From ac7a0059e2a2721b7c35ffe77b9ed3d07f19c945 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Thu, 26 May 2005 12:05:49 +1000 Subject: - jmc@cvs.openbsd.org 2005/04/26 12:59:02 [sftp-client.h] spelling correction in comment from wiz@netbsd; --- sftp-client.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sftp-client.h') diff --git a/sftp-client.h b/sftp-client.h index 991e05d33..c8a41f377 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); -- cgit v1.2.3