]> andersk Git - openssh.git/blobdiff - sftp-int.c
- jmc@cvs.openbsd.org 2003/11/08 19:17:29
[openssh.git] / sftp-int.c
index 2deb29bb141b1b1be2dea01b9306abf3ad5ba11c..bc5cce8de4b6427eb567fbd4d91a90497741399b 100644 (file)
@@ -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) */
This page took 0.034022 seconds and 4 git commands to generate.