summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortb <tb@openbsd.org>2019-05-13 16:04:49 +0000
committertb <tb@openbsd.org>2019-05-13 16:04:49 +0000
commitb91fa49848e0301cb00f41d8ba877df144bf9180 (patch)
treead9be1273fe299bd836a6eeb47bedbb72343bda1
parentvmm: add host side pvclock (diff)
downloadwireguard-openbsd-b91fa49848e0301cb00f41d8ba877df144bf9180.tar.xz
wireguard-openbsd-b91fa49848e0301cb00f41d8ba877df144bf9180.zip
ephermal -> ephemeral
From Hiltjo Posthuma
-rw-r--r--usr.bin/ftp/ftp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ftp/ftp.c b/usr.bin/ftp/ftp.c
index afb6514efd7..a68de0aa52a 100644
--- a/usr.bin/ftp/ftp.c
+++ b/usr.bin/ftp/ftp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ftp.c,v 1.102 2019/05/12 20:58:19 jasper Exp $ */
+/* $OpenBSD: ftp.c,v 1.103 2019/05/13 16:04:49 tb Exp $ */
/*
* Copyright (c) 2015 Sunil Nimmagadda <sunil@openbsd.org>
@@ -343,7 +343,7 @@ ftp_eprt(FILE *fp)
return -1;
}
- /* Find out the ephermal port chosen */
+ /* Find out the ephemeral port chosen */
len = sizeof(ss);
memset(&ss, 0, len);
if (getsockname(sock, (struct sockaddr *)&ss, &len) == -1) {