From 138b0b0a8dcf1dc31c9660afb6a990dc43755062 Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Tue, 26 Apr 2005 12:59:03 +0000 Subject: spelling correction in comment from wiz@netbsd; --- usr.bin/ssh/sftp-client.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/ssh') diff --git a/usr.bin/ssh/sftp-client.h b/usr.bin/ssh/sftp-client.h index 991e05d3324..c8a41f3773c 100644 --- a/usr.bin/ssh/sftp-client.h +++ b/usr.bin/ssh/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