summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Krause <david@cvs.openbsd.org>2006-02-15 05:08:25 +0000
committerDavid Krause <david@cvs.openbsd.org>2006-02-15 05:08:25 +0000
commit861de1ccd3740dd028f9ae8a29548fc3a9fe455d (patch)
tree92f09e92e42ce8a9a267875f38e1bf9967623f97
parentad8f40db0b7134d15bc04aceb02363ed3e01c111 (diff)
typo in comment; ok djm@
-rw-r--r--usr.bin/ssh/sftp-client.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/sftp-client.c b/usr.bin/ssh/sftp-client.c
index c83b09ef2fd..c2c70ae4fb7 100644
--- a/usr.bin/ssh/sftp-client.c
+++ b/usr.bin/ssh/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 <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 {