diff options
author | djm@openbsd.org <djm@openbsd.org> | 2018-04-10 00:10:49 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2018-04-10 10:17:15 +1000 |
commit | 001aa55484852370488786bd40e9fdad4b465811 (patch) | |
tree | 8b98f20603dea5362f66fbfcc8c400e29c7492bb /scp.c | |
parent | 260ede2787fe80b18b8d5920455b4fb268519c7d (diff) |
upstream: lots of typos in comments/docs. Patch from Karsten Weiss
after checking with codespell tool
(https://github.com/lucasdemarchi/codespell)
OpenBSD-Commit-ID: 373222f12d7ab606598a2d36840c60be93568528
Diffstat (limited to 'scp.c')
-rw-r--r-- | scp.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $OpenBSD: scp.c,v 1.195 2018/02/10 06:15:12 djm Exp $ */ +/* $OpenBSD: scp.c,v 1.196 2018/04/10 00:10:49 djm Exp $ */ /* * scp - secure remote copy. This is basically patched BSD rcp which * 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) } /* - * This functions executes a command simlar to do_cmd(), but expects the + * This function executes a command similar to do_cmd(), but expects the * input and output descriptors to be setup by a previous call to do_cmd(). * This way the input and output of two commands can be connected. */ |