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 /databases | |
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)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/pure-sql3/Makefile | 2 |
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 |