From cb885178f36b83d0f14cfe9f345d2068103feed0 Mon Sep 17 00:00:00 2001 From: "jsg@openbsd.org" Date: Sat, 1 Jan 2022 01:55:30 +0000 Subject: upstream: spelling ok dtucker@ OpenBSD-Commit-ID: bfc7ba74c22c928de2e257328b3f1274a3dfdf19 --- sftp-client.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sftp-client.h') 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 @@ -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 */ -- cgit v1.2.1