From bcbc1fcf66293d2ccf37cd6aa1b1121562b28133 Mon Sep 17 00:00:00 2001 From: andvar Date: Sun, 17 Apr 2022 21:24:52 +0000 Subject: fix various typos in comments. --- libexec/ftpd/extern.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libexec') 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 */ -- cgit