summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-03-15 11:34:25 +1100
committerDamien Miller <djm@mindrot.org>2006-03-15 11:34:25 +1100
commit0c8d8f68db86dfee772c51bdeb6d9558d7be97f2 (patch)
treec48ceaed1794f1d1fd5812fa06e3123f56aaf918
parentd8702e865d1e0107d50dc0296b22dc0b788d5a0a (diff)
- david@cvs.openbsd.org 2006/02/15 05:08:24
[sftp-client.c] typo in comment; ok djm@
-rw-r--r--ChangeLog5
-rw-r--r--sftp-client.c4
2 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 0a70ec21..4d4b6473 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -107,6 +107,9 @@
- jmc@cvs.openbsd.org 2006/02/13 11:27:25
[sshd.8]
sort FILES and use a -compact list;
+ - david@cvs.openbsd.org 2006/02/15 05:08:24
+ [sftp-client.c]
+ typo in comment; ok djm@
20060313
- (dtucker) [configure.ac] Bug #1171: Don't use printf("%lld", longlong)
@@ -4008,4 +4011,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
-$Id: ChangeLog,v 1.4169 2006/03/15 00:33:56 djm Exp $
+$Id: ChangeLog,v 1.4170 2006/03/15 00:34:25 djm Exp $
diff --git a/sftp-client.c b/sftp-client.c
index 05bce336..9dfdf5ad 100644
--- a/sftp-client.c
+++ b/sftp-client.c
@@ -20,7 +20,7 @@
/* XXX: copy between two remote sites */
#include "includes.h"
-RCSID("$OpenBSD: sftp-client.c,v 1.58 2006/01/02 01:20:31 djm Exp $");
+RCSID("$OpenBSD: sftp-client.c,v 1.59 2006/02/15 05:08:24 david Exp $");
#include "openbsd-compat/sys-queue.h"
@@ -39,7 +39,7 @@ RCSID("$OpenBSD: sftp-client.c,v 1.58 2006/01/02 01:20:31 djm Exp $");
extern volatile sig_atomic_t interrupted;
extern int showprogress;
-/* Minimum amount of data to read at at time */
+/* Minimum amount of data to read at a time */
#define MIN_READ_SIZE 512
struct sftp_conn {