diff options
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/ftpd/extern.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ftpd/extern.h b/libexec/ftpd/extern.h index 8e0bdf1d1ad..1acd51f0f35 100644 --- a/libexec/ftpd/extern.h +++ b/libexec/ftpd/extern.h @@ -1,4 +1,4 @@ -/* $NetBSD: extern.h,v 1.65 2019/10/15 18:29:32 christos Exp $ */ +/* $NetBSD: extern.h,v 1.66 2022/04/17 21:24:53 andvar Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -280,7 +280,7 @@ struct ftpclass { LLT maxtimeout; /* Maximum permitted timeout */ char *motd; /* MotD file to display after login */ char *notify; /* Files to notify about upon chdir */ - LLT portmin; /* Minumum port for passive mode */ + LLT portmin; /* Minimum port for passive mode */ LLT portmax; /* Maximum port for passive mode */ LLT rateget; /* Get (RETR) transfer rate throttle */ LLT rateput; /* Put (STOR) transfer rate throttle */ |
