diff options
author | olgeni <olgeni@FreeBSD.org> | 2001-06-05 19:20:56 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2001-06-05 19:20:56 +0800 |
commit | a89b2f073dc7dd991872fe5f4f9c8bf20341af75 (patch) | |
tree | efc7cc6a36652f1d0a52b1c4686fb16b3708e58e /mail | |
parent | 554244fbedc18d81577bf278c905c36b084357c0 (diff) | |
download | freebsd-ports-gnome-a89b2f073dc7dd991872fe5f4f9c8bf20341af75.tar.gz freebsd-ports-gnome-a89b2f073dc7dd991872fe5f4f9c8bf20341af75.tar.zst freebsd-ports-gnome-a89b2f073dc7dd991872fe5f4f9c8bf20341af75.zip |
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 6a1e9fcdd4a6..ec330457c88d 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 |