summaryrefslogtreecommitdiff
path: root/libexec/ftpd/ftpd.c
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2006-12-21 02:28:48 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2006-12-21 02:28:48 +0000
commit0341bd4e4d803a69c507fcae2e9e2e04c411de43 (patch)
tree15f77acd721dcd7226671c21d9c32b70ba13a35e /libexec/ftpd/ftpd.c
parentb97d3a247d2849230c1740f0b8cde49f227e2540 (diff)
'tranfer' -> 'transfer' in comments.
Diffstat (limited to 'libexec/ftpd/ftpd.c')
-rw-r--r--libexec/ftpd/ftpd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/ftpd/ftpd.c b/libexec/ftpd/ftpd.c
index 3b3f967ed61..5fe5fababc1 100644
--- a/libexec/ftpd/ftpd.c
+++ b/libexec/ftpd/ftpd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ftpd.c,v 1.173 2006/10/18 21:46:09 millert Exp $ */
+/* $OpenBSD: ftpd.c,v 1.174 2006/12/21 02:28:47 krw Exp $ */
/* $NetBSD: ftpd.c,v 1.15 1995/06/03 22:46:47 mycroft Exp $ */
/*
@@ -70,7 +70,7 @@ static const char copyright[] =
static const char sccsid[] = "@(#)ftpd.c 8.4 (Berkeley) 4/16/94";
#else
static const char rcsid[] =
- "$OpenBSD: ftpd.c,v 1.173 2006/10/18 21:46:09 millert Exp $";
+ "$OpenBSD: ftpd.c,v 1.174 2006/12/21 02:28:47 krw Exp $";
#endif
#endif /* not lint */
@@ -1526,7 +1526,7 @@ dataconn(char *name, off_t size, char *mode)
}
/*
- * 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.