diff options
author | Josef Svenningsson <josef.svenningsson@gmail.com> | 2007-10-07 21:38:58 +0000 |
---|---|---|
committer | Josef Svenningsson <josef.svenningsson@gmail.com> | 2007-10-07 21:38:58 +0000 |
commit | 5263c9ab4408e3b62dbf7505ab40a81946d4e49b (patch) | |
tree | 8a8b1cab9a66f3c469c311d285fad2d1214b5f34 /docs/users_guide/parallel.xml | |
parent | 160e41ed98615c633be9a7c27ec2f9ed768dae7f (diff) | |
download | haskell-5263c9ab4408e3b62dbf7505ab40a81946d4e49b.tar.gz |
Fix a whole heap of speling errrs in the docs
Diffstat (limited to 'docs/users_guide/parallel.xml')
-rw-r--r-- | docs/users_guide/parallel.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/parallel.xml b/docs/users_guide/parallel.xml index d971980b95..8b5abdbd4c 100644 --- a/docs/users_guide/parallel.xml +++ b/docs/users_guide/parallel.xml @@ -5,7 +5,7 @@ </indexterm> <para>GHC implements some major extensions to Haskell to support - concurrent and parallel programming. Let us first etablish terminology: + concurrent and parallel programming. Let us first establish terminology: <itemizedlist> <listitem><para><emphasis>Parallelism</emphasis> means running a Haskell program on multiple processors, with the goal of improving |