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