aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-hpl
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2008-06-01 17:42:37 +0800
committerolgeni <olgeni@FreeBSD.org>2008-06-01 17:42:37 +0800
commit9aa8bdd89214914fb17b824b18c6780a5a92284e (patch)
treefcca160716ded0c37ee140d2a35b4a0bbe1ac5f0 /devel/hs-hpl
parent437a96d1bc7e1a1cdce06da4fb2617c8f0a80b93 (diff)
downloadfreebsd-ports-gnome-9aa8bdd89214914fb17b824b18c6780a5a92284e.tar.gz
freebsd-ports-gnome-9aa8bdd89214914fb17b824b18c6780a5a92284e.tar.zst
freebsd-ports-gnome-9aa8bdd89214914fb17b824b18c6780a5a92284e.zip
Large round of typo fixes in ports/devel (pkg-descr).
Diffstat (limited to 'devel/hs-hpl')
-rw-r--r--devel/hs-hpl/pkg-descr2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/hs-hpl/pkg-descr b/devel/hs-hpl/pkg-descr
index bf94d7800af1..41ada3b1b727 100644
--- a/devel/hs-hpl/pkg-descr
+++ b/devel/hs-hpl/pkg-descr
@@ -1,6 +1,6 @@
The Haskell Ports Library (HPL)
-Ports are an abstraction for modelling variables whose values evolve over time
+Ports are an abstraction for modeling variables whose values evolve over time
without the need to resort to mutable variable, such as IORefs. More precisely,
a port represents all values that a time-dependent variable successively takes
as a stream, where each element of the stream corresponds to a state change -