diff options
author | jsg@openbsd.org <jsg@openbsd.org> | 2023-04-12 10:53:54 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2023-04-17 01:21:13 +0200 |
commit | 740dafa20f3f3d325f6f5d44e990b8c8a6d3d816 (patch) | |
tree | 64a1a264af2535c6ce6045e457b3a7bcf0a43421 /sftp.c | |
parent | Test against LibreSSL 3.7.2. (diff) | |
download | openssh-740dafa20f3f3d325f6f5d44e990b8c8a6d3d816.tar.xz openssh-740dafa20f3f3d325f6f5d44e990b8c8a6d3d816.zip |
upstream: fix double words ok dtucker@
OpenBSD-Commit-ID: 44d3223902fbce5276422bdc8063ab72a4078489
Diffstat (limited to 'sftp.c')
-rw-r--r-- | sftp.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |