diff options
author | jsg@openbsd.org <jsg@openbsd.org> | 2022-01-01 02:55:30 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2022-01-01 05:19:48 +0100 |
commit | cb885178f36b83d0f14cfe9f345d2068103feed0 (patch) | |
tree | da0508e769f669e1170eca4fd6033c7ad0b60d06 /sftp-client.h | |
parent | upstream: split method list search functionality from (diff) | |
download | openssh-cb885178f36b83d0f14cfe9f345d2068103feed0.tar.xz openssh-cb885178f36b83d0f14cfe9f345d2068103feed0.zip |
upstream: spelling ok dtucker@
OpenBSD-Commit-ID: bfc7ba74c22c928de2e257328b3f1274a3dfdf19
Diffstat (limited to 'sftp-client.h')
-rw-r--r-- | sftp-client.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sftp-client.h b/sftp-client.h index 7d0bd12ae..8851b23b8 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 */ |