summaryrefslogtreecommitdiff
path: root/scp.c
diff options
context:
space:
mode:
Diffstat (limited to 'scp.c')
-rw-r--r--scp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/scp.c b/scp.c
index 31e6709fb..80aed84b6 100644
--- a/scp.c
+++ b/scp.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: scp.c,v 1.195 2018/02/10 06:15:12 djm Exp $ */ 1/* $OpenBSD: scp.c,v 1.196 2018/04/10 00:10:49 djm Exp $ */
2/* 2/*
3 * scp - secure remote copy. This is basically patched BSD rcp which 3 * scp - secure remote copy. This is basically patched BSD rcp which
4 * uses ssh to do the data transfer (instead of using rcmd). 4 * uses ssh to do the data transfer (instead of using rcmd).
@@ -311,7 +311,7 @@ do_cmd(char *host, char *remuser, int port, char *cmd, int *fdin, int *fdout)
311} 311}
312 312
313/* 313/*
314 * This functions executes a command simlar to do_cmd(), but expects the 314 * This function executes a command similar to do_cmd(), but expects the
315 * input and output descriptors to be setup by a previous call to do_cmd(). 315 * input and output descriptors to be setup by a previous call to do_cmd().
316 * This way the input and output of two commands can be connected. 316 * This way the input and output of two commands can be connected.
317 */ 317 */