diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2019-03-31 13:07:08 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2019-03-31 13:07:08 +0000 |
commit | d305ba17cade9eb8d17a0d2416a2dcc6ec6d6d0a (patch) | |
tree | d0d3997480eb281d3bb05c08c9882c1be13114af /sysutils/fusefs-curlftpfs | |
parent | Spell NNTP correctly (it's an abbreviation and thus should be uppercased). (diff) |
Spell FTP properly (uppercased) when it does not refer to a command name.
Notes
Notes:
svn path=/head/; revision=497398
Diffstat (limited to 'sysutils/fusefs-curlftpfs')
-rw-r--r-- | sysutils/fusefs-curlftpfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/fusefs-curlftpfs/Makefile b/sysutils/fusefs-curlftpfs/Makefile index 6ce785309ac6..0ce604e7e5cd 100644 --- a/sysutils/fusefs-curlftpfs/Makefile +++ b/sysutils/fusefs-curlftpfs/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= SF PKGNAMEPREFIX= fusefs- MAINTAINER= rodrigo@FreeBSD.org -COMMENT= Mount remote ftp directories +COMMENT= Mount remote FTP directories LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING |