diff options
author | bapt <bapt@FreeBSD.org> | 2017-01-14 07:42:43 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2017-01-14 07:42:43 +0800 |
commit | f10e254cc5d45fa57181574a85019244f3cd9747 (patch) | |
tree | 913721d7669d40355a7184f973f69b7a44652975 /x11/rgb | |
parent | bcf809d8402583239d012e2b90ec8963f2d1cbc5 (diff) | |
download | freebsd-ports-gnome-f10e254cc5d45fa57181574a85019244f3cd9747.tar.gz freebsd-ports-gnome-f10e254cc5d45fa57181574a85019244f3cd9747.tar.zst freebsd-ports-gnome-f10e254cc5d45fa57181574a85019244f3cd9747.zip |
Fix typo in comment
PR: 213780
Submitted by: Sergey Matveev (stargrave@stargrave.org)
Diffstat (limited to 'x11/rgb')
-rw-r--r-- | x11/rgb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/rgb/Makefile b/x11/rgb/Makefile index cdfe43344480..8f7cd80ae0e0 100644 --- a/x11/rgb/Makefile +++ b/x11/rgb/Makefile @@ -5,7 +5,7 @@ PORTVERSION= 1.0.6 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org -COMMENT= Uncompile an rgb corl-name database +COMMENT= Uncompile an rgb color-name database CONFIGURE_ARGS= --with-rgb-db-dir=${PREFIX}/lib/X11/rgb |