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)
- 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 2deb29bb1..bc5cce8de 100644
--- a/sftp-int.c
+++ b/sftp-int.c
@@ -25,7 +25,7 @@
25/* XXX: recursive operations */ 25/* XXX: recursive operations */
26 26
27#include "includes.h" 27#include "includes.h"
28RCSID("$OpenBSD: sftp-int.c,v 1.63 2003/10/07 07:04:16 djm Exp $"); 28RCSID("$OpenBSD: sftp-int.c,v 1.64 2003/11/08 19:17:29 jmc Exp $");
29 29
30#include "buffer.h" 30#include "buffer.h"
31#include "xmalloc.h" 31#include "xmalloc.h"
@@ -50,7 +50,7 @@ extern int num_requests;
50/* This is set to 0 if the progressmeter is not desired. */ 50/* This is set to 0 if the progressmeter is not desired. */
51int showprogress = 1; 51int showprogress = 1;
52 52
53/* Seperators for interactive commands */ 53/* Separators for interactive commands */
54#define WHITESPACE " \t\r\n" 54#define WHITESPACE " \t\r\n"
55 55
56/* Define what type of ls view (0 - multi-column) */ 56/* Define what type of ls view (0 - multi-column) */