summaryrefslogtreecommitdiff
path: root/sftp-client.h
diff options
context:
space:
mode:
authorjsg@openbsd.org <jsg@openbsd.org>2022-01-01 01:55:30 +0000
committerDamien Miller <djm@mindrot.org>2022-01-01 15:19:48 +1100
commitcb885178f36b83d0f14cfe9f345d2068103feed0 (patch)
treeda0508e769f669e1170eca4fd6033c7ad0b60d06 /sftp-client.h
parent6b977f8080a32c5b3cbb9edb634b9d5789fb79be (diff)
downloadopenssh-git-cb885178f36b83d0f14cfe9f345d2068103feed0.tar.gz
upstream: spelling ok dtucker@
OpenBSD-Commit-ID: bfc7ba74c22c928de2e257328b3f1274a3dfdf19
Diffstat (limited to 'sftp-client.h')
-rw-r--r--sftp-client.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sftp-client.h b/sftp-client.h
index 7d0bd12a..8851b23b 100644
--- a/sftp-client.h
+++ b/sftp-client.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: sftp-client.h,v 1.34 2021/08/09 23:47:44 djm Exp $ */
+/* $OpenBSD: sftp-client.h,v 1.35 2022/01/01 01:55:30 jsg Exp $ */
/*
* Copyright (c) 2001-2004 Damien Miller <djm@openbsd.org>
@@ -183,7 +183,7 @@ int crossload_dir(struct sftp_conn *from, struct sftp_conn *to,
char *path_append(const char *, const char *);
/* Make absolute path if relative path and CWD is given. Does not modify
- * original if the the path is already absolute. */
+ * original if the path is already absolute. */
char *make_absolute(char *, const char *);
/* Check if remote path is directory */