summaryrefslogtreecommitdiff
path: root/sftp.c
diff options
context:
space:
mode:
authorjsg@openbsd.org <jsg@openbsd.org>2023-04-12 08:53:54 +0000
committerDamien Miller <djm@mindrot.org>2023-04-17 09:21:13 +1000
commit740dafa20f3f3d325f6f5d44e990b8c8a6d3d816 (patch)
tree64a1a264af2535c6ce6045e457b3a7bcf0a43421 /sftp.c
parent6452f89577ec4f22440c31b8e19b061d1a7c4b2a (diff)
downloadopenssh-git-740dafa20f3f3d325f6f5d44e990b8c8a6d3d816.tar.gz
upstream: fix double words ok dtucker@
OpenBSD-Commit-ID: 44d3223902fbce5276422bdc8063ab72a4078489
Diffstat (limited to 'sftp.c')
-rw-r--r--sftp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sftp.c b/sftp.c
index f99f0561..b113f930 100644
--- a/sftp.c
+++ b/sftp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sftp.c,v 1.233 2023/04/06 03:12:32 djm Exp $ */
+/* $OpenBSD: sftp.c,v 1.234 2023/04/12 08:53:54 jsg Exp $ */
/*
* Copyright (c) 2001-2004 Damien Miller <djm@openbsd.org>
*
@@ -618,7 +618,7 @@ escape_glob(const char *s)
/*
* Arg p must be dynamically allocated. make_absolute will either return it
- * or free it and and allocate a new one. Caller must free returned string.
+ * or free it and allocate a new one. Caller must free returned string.
*/
static char *
make_absolute_pwd_glob(char *p, const char *pwd)