diff options
| author | andvar <andvar@NetBSD.org> | 2022-04-17 21:24:52 +0000 |
|---|---|---|
| committer | andvar <andvar@NetBSD.org> | 2022-04-17 21:24:52 +0000 |
| commit | bcbc1fcf66293d2ccf37cd6aa1b1121562b28133 (patch) | |
| tree | 1d7ff8bc0c5a6697fde4a9f3f63c3aebf0ca396e /libexec | |
| parent | 68ab89ee24c9efdbf0f7c6a3be221bef68475f6e (diff) | |
fix various typos in comments.
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 */ |
