diff options
| author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-05-01 19:39:23 +0000 |
|---|---|---|
| committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-05-01 19:39:23 +0000 |
| commit | ec489d64bb4c1bca1a6bdfdf7e37900a85f886bc (patch) | |
| tree | ffa687a399a7a4e46e467d0252471688dc79ac9d /libexec/ftpd | |
| parent | 75f46cf6c81eff6229b9579513b6e7769b91d75d (diff) | |
Notes
Diffstat (limited to 'libexec/ftpd')
| -rw-r--r-- | libexec/ftpd/ftpd.c | 2 | ||||
| -rw-r--r-- | libexec/ftpd/popen.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ftpd/ftpd.c b/libexec/ftpd/ftpd.c index b3c78f677a46..b9c906975dc4 100644 --- a/libexec/ftpd/ftpd.c +++ b/libexec/ftpd/ftpd.c @@ -2048,7 +2048,7 @@ pdata_err: } while (0) /* - * Tranfer the contents of "instr" to "outstr" peer using the appropriate + * Transfer the contents of "instr" to "outstr" peer using the appropriate * encapsulation of the data subject to Mode, Structure, and Type. * * NB: Form isn't handled. diff --git a/libexec/ftpd/popen.c b/libexec/ftpd/popen.c index 5620a79596b3..2dad033f0419 100644 --- a/libexec/ftpd/popen.c +++ b/libexec/ftpd/popen.c @@ -60,7 +60,7 @@ __FBSDID("$FreeBSD$"); #define MAXGLOBARGS 1000 /* - * Special version of popen which avoids call to shell. This ensures noone + * Special version of popen which avoids call to shell. This ensures no one * may create a pipe to a hidden program as a side effect of a list or dir * command. */ |
