aboutsummaryrefslogtreecommitdiff
path: root/databases/pure-sql3
diff options
context:
space:
mode:
authorFrederic Culot <culot@FreeBSD.org>2011-08-19 11:26:57 +0000
committerFrederic Culot <culot@FreeBSD.org>2011-08-19 11:26:57 +0000
commit132e6d1bf7dc3cfe8e4e366c224afb63f2c55542 (patch)
tree6a007976396970f9df4ce37e0ed96898bc385334 /databases/pure-sql3
parentdca16a54b694680ef1b80852fccc719615f15d2b (diff)
downloadports-132e6d1bf7dc3cfe8e4e366c224afb63f2c55542.tar.gz
ports-132e6d1bf7dc3cfe8e4e366c224afb63f2c55542.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)
Notes
Notes: svn path=/head/; revision=280011
Diffstat (limited to 'databases/pure-sql3')
-rw-r--r--databases/pure-sql3/Makefile2
1 files changed, 1 insertions, 1 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