summaryrefslogtreecommitdiff
path: root/sftp-client.h
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2015-05-08 06:45:13 +0000
committerDamien Miller <djm@mindrot.org>2015-05-08 16:46:01 +1000
commitc28a3436fa8737709ea88e4437f8f23a6ab50359 (patch)
tree8c94bf130b7c6ff404a1fe30b126da6e7fbfa72b /sftp-client.h
parent2b64c490468fd4ca35ac8d5cc31c0520dc1508bb (diff)
downloadopenssh-git-c28a3436fa8737709ea88e4437f8f23a6ab50359.tar.gz
upstream commit
moar whitespace at eol Upstream-ID: 64eaf872a3ba52ed41e494287e80d40aaba4b515
Diffstat (limited to 'sftp-client.h')
-rw-r--r--sftp-client.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sftp-client.h b/sftp-client.h
index 507d763e..f814b07d 100644
--- a/sftp-client.h
+++ b/sftp-client.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: sftp-client.h,v 1.26 2015/01/14 13:54:13 djm Exp $ */
+/* $OpenBSD: sftp-client.h,v 1.27 2015/05/08 06:45:13 djm Exp $ */
/*
* Copyright (c) 2001-2004 Damien Miller <djm@openbsd.org>
@@ -111,7 +111,7 @@ int do_download(struct sftp_conn *, const char *, const char *,
Attrib *, int, int, int);
/*
- * Recursively download 'remote_directory' to 'local_directory'. Preserve
+ * Recursively download 'remote_directory' to 'local_directory'. Preserve
* times if 'pflag' is set
*/
int download_dir(struct sftp_conn *, const char *, const char *,
@@ -124,7 +124,7 @@ int download_dir(struct sftp_conn *, const char *, const char *,
int do_upload(struct sftp_conn *, const char *, const char *, int, int, int);
/*
- * Recursively upload 'local_directory' to 'remote_directory'. Preserve
+ * Recursively upload 'local_directory' to 'remote_directory'. Preserve
* times if 'pflag' is set
*/
int upload_dir(struct sftp_conn *, const char *, const char *, int, int, int,