diff options
author | skreuzer <skreuzer@FreeBSD.org> | 2012-08-24 00:24:09 +0800 |
---|---|---|
committer | skreuzer <skreuzer@FreeBSD.org> | 2012-08-24 00:24:09 +0800 |
commit | 679d9efbc7ca9fccbc7f42c969c56833d8a69a48 (patch) | |
tree | cd86cd5a737cdb9a3523c0ed45b2a25e6e6e0b44 /math | |
parent | 52dcc00c38663c3629af6951716584d3b89f0559 (diff) | |
download | freebsd-ports-gnome-679d9efbc7ca9fccbc7f42c969c56833d8a69a48.tar.gz freebsd-ports-gnome-679d9efbc7ca9fccbc7f42c969c56833d8a69a48.tar.zst freebsd-ports-gnome-679d9efbc7ca9fccbc7f42c969c56833d8a69a48.zip |
Fix typos in COMMENT section
Diffstat (limited to 'math')
-rw-r--r-- | math/ocamlgsl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/ocamlgsl/Makefile b/math/ocamlgsl/Makefile index 41c08f075d4b..c73ee700bca1 100644 --- a/math/ocamlgsl/Makefile +++ b/math/ocamlgsl/Makefile @@ -11,7 +11,7 @@ CATEGORIES= math MASTER_SITES= http://oandrieu.nerim.net/ocaml/gsl/ MAINTAINER= aehlig@linta.de -COMMENT= An interface to GSL for the Objective Caml langage +COMMENT= An interface to GSL for the Objective Caml language LIB_DEPENDS= gsl:${PORTSDIR}/math/gsl BUILD_DEPENDS= gawk:${PORTSDIR}/lang/gawk \ |