summaryrefslogtreecommitdiff
path: root/sftp-int.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-11-17 21:17:24 +1100
committerDamien Miller <djm@mindrot.org>2003-11-17 21:17:24 +1100
commit939cd38122a2fadf9e82c15239ac86ec4cd1baec (patch)
treec2953230803ee0a58cb1c64047458e05a30e5c8a /sftp-int.c
parenta9fcd3ada222a731b8e6cce02b1693e31ca15695 (diff)
downloadopenssh-git-939cd38122a2fadf9e82c15239ac86ec4cd1baec.tar.gz
- jmc@cvs.openbsd.org 2003/11/08 19:17:29
[sftp-int.c] typos from Jonathon Gray;
Diffstat (limited to 'sftp-int.c')
-rw-r--r--sftp-int.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sftp-int.c b/sftp-int.c
index 2deb29bb..bc5cce8d 100644
--- a/sftp-int.c
+++ b/sftp-int.c
@@ -25,7 +25,7 @@
/* XXX: recursive operations */
#include "includes.h"
-RCSID("$OpenBSD: sftp-int.c,v 1.63 2003/10/07 07:04:16 djm Exp $");
+RCSID("$OpenBSD: sftp-int.c,v 1.64 2003/11/08 19:17:29 jmc Exp $");
#include "buffer.h"
#include "xmalloc.h"
@@ -50,7 +50,7 @@ extern int num_requests;
/* This is set to 0 if the progressmeter is not desired. */
int showprogress = 1;
-/* Seperators for interactive commands */
+/* Separators for interactive commands */
#define WHITESPACE " \t\r\n"
/* Define what type of ls view (0 - multi-column) */