Tiny typo in a fancy word :)

Patch below:


diff --git usr.bin/ftp/ftp.c usr.bin/ftp/ftp.c
index afb6514efd7..5690f4dbfb9 100644
--- usr.bin/ftp/ftp.c
+++ usr.bin/ftp/ftp.c
@@ -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) {

-- 
Kind regards,
Hiltjo

Reply via email to