Skip to content

Commit 6db5c38

Browse files
committed
sed -e "s/distibuted/distributed/g"
1 parent 53b9f94 commit 6db5c38

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ title: Home
44
---
55
Cloud Haskell: Erlang-style concurrent and distributed programming in Haskell.
66
The Cloud Haskell Platform consists of a
7-
[generic network transport API](https://github.com/haskell-distibuted/network-transport),
8-
libraries for sending [static closures](https://github.com/haskell-distibuted/distributed-process-static) to remote nodes, a rich [API for distributed programming](https://github.com/haskell-distibuted/distributed-process) and a
9-
set of [Platform Libraries](https://github.com/haskell-distibuted/distributed-process-platform),
7+
[generic network transport API](https://github.com/haskell-distributed/network-transport),
8+
libraries for sending [static closures](https://github.com/haskell-distributed/distributed-process-static) to remote nodes, a rich [API for distributed programming](https://github.com/haskell-distributed/distributed-process) and a
9+
set of [Platform Libraries](https://github.com/haskell-distributed/distributed-process-platform),
1010
modelled after Erlang's [Open Telecom Platform](http://www.erlang.org/doc/).
1111

1212
Generic network transport backends have been developed for
13-
[TCP](https://github.com/haskell-distibuted/network-transport-tcp) and
14-
[in-memory](https://github.com/haskell-distibuted/network-transport-inmemory)
13+
[TCP](https://github.com/haskell-distributed/network-transport-tcp) and
14+
[in-memory](https://github.com/haskell-distributed/network-transport-inmemory)
1515
messaging, and several other implementations are available including a transport for
16-
[Windows Azure](https://github.com/haskell-distibuted/distributed-process-azure). The [wiki](/wiki.html) provides links to a number of resources for learning about the conceptual underpinnings of Cloud Haskell, and some [examples](https://github.com/haskell-distibuted/distributed-process-demos).
16+
[Windows Azure](https://github.com/haskell-distributed/distributed-process-azure). The [wiki](/wiki.html) provides links to a number of resources for learning about the conceptual underpinnings of Cloud Haskell, and some [examples](https://github.com/haskell-distributed/distributed-process-demos).
1717

1818
Documentation is available on this site for HEAD, or
1919
[hackage](http://hackage.haskell.org/package/distributed-process) for the current and preceding versions of

0 commit comments

Comments
 (0)