diff options
author | culot <culot@FreeBSD.org> | 2011-08-19 19:26:57 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2011-08-19 19:26:57 +0800 |
commit | 1dae982360855bdeb6054568e1d875c48bede02b (patch) | |
tree | 8e400874f0578600902548752b73ed540122781a | |
parent | 6adc0f62c2a5fedfdbc9c1b5027402571557b4b5 (diff) | |
download | freebsd-ports-gnome-1dae982360855bdeb6054568e1d875c48bede02b.tar.gz freebsd-ports-gnome-1dae982360855bdeb6054568e1d875c48bede02b.tar.zst freebsd-ports-gnome-1dae982360855bdeb6054568e1d875c48bede02b.zip |
- Fix typo in COMMENT (s/langauge/language/)
PR: ports/159866
Submitted by: Kaspars Bankovskis <kaspars@bankovskis.lv>
Approved by: Zhihao Yuan <lichray@gmail.com> (maintainer)
-rw-r--r-- | databases/pure-sql3/Makefile | 2 | ||||
-rw-r--r-- | devel/pure-ffi/Makefile | 2 | ||||
-rw-r--r-- | textproc/pure-csv/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/databases/pure-sql3/Makefile b/databases/pure-sql3/Makefile index 789936c70328..6699f2a07fd4 100644 --- a/databases/pure-sql3/Makefile +++ b/databases/pure-sql3/Makefile @@ -11,7 +11,7 @@ CATEGORIES= databases MASTER_SITES= http://pure-lang.googlecode.com/files/ MAINTAINER= lichray@gmail.com -COMMENT= Pure langauge binding to the SQLite3 library +COMMENT= Pure language binding to the SQLite3 library LIB_DEPENDS+= pure.7:${PORTSDIR}/lang/pure \ sqlite3:${PORTSDIR}/databases/sqlite3 diff --git a/devel/pure-ffi/Makefile b/devel/pure-ffi/Makefile index a89be8a27d9b..32f7c9299586 100644 --- a/devel/pure-ffi/Makefile +++ b/devel/pure-ffi/Makefile @@ -11,7 +11,7 @@ CATEGORIES= devel MASTER_SITES= http://pure-lang.googlecode.com/files/ MAINTAINER= lichray@gmail.com -COMMENT= Pure langauge interface to libffi +COMMENT= Pure language interface to libffi LIB_DEPENDS+= pure.7:${PORTSDIR}/lang/pure \ ffi:${PORTSDIR}/devel/libffi diff --git a/textproc/pure-csv/Makefile b/textproc/pure-csv/Makefile index f537621ede4e..ee82af5f2dd4 100644 --- a/textproc/pure-csv/Makefile +++ b/textproc/pure-csv/Makefile @@ -11,7 +11,7 @@ CATEGORIES= textproc MASTER_SITES= http://pure-lang.googlecode.com/files/ MAINTAINER= lichray@gmail.com -COMMENT= A CSV reading and writing module for the Pure langauge +COMMENT= A CSV reading and writing module for the Pure language LIB_DEPENDS+= pure:${PORTSDIR}/lang/pure |