diff options
author | olgeni <olgeni@FreeBSD.org> | 2001-06-05 11:20:56 +0000 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2001-06-05 11:20:56 +0000 |
commit | a89b2f073dc7dd991872fe5f4f9c8bf20341af75 (patch) | |
tree | efc7cc6a36652f1d0a52b1c4686fb16b3708e58e /mail | |
parent | 554244fbedc18d81577bf278c905c36b084357c0 (diff) | |
download | FreeBSD-ports-a89b2f073dc7dd991872fe5f4f9c8bf20341af75.zip FreeBSD-ports-a89b2f073dc7dd991872fe5f4f9c8bf20341af75.tar.gz |
Fix typo in comment.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/procmail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/procmail/Makefile b/mail/procmail/Makefile index 6a1e9fc..ec33045 100644 --- a/mail/procmail/Makefile +++ b/mail/procmail/Makefile @@ -15,7 +15,7 @@ MAINTAINER= ache@FreeBSD.org INSTALL_TARGET= install-suid install.man -# It asks for list af directories to do test for file locking +# It asks for list of directories to do test for file locking # (defaults to /tmp and ".", so return should suffice in most cases). .if !defined(PACKAGE_BUILDING) # handled in patch-aa IS_INTERACTIVE= yes |