From c5308e99da82b262370c4ed1ad601b93577ed511 Mon Sep 17 00:00:00 2001 From: hallgren Date: Sat, 14 Apr 2012 11:50:11 +0000 Subject: [PATCH] download page: fixed a typo --- download/index.t2t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/download/index.t2t b/download/index.t2t index 1f217d47a..f72e032c1 100644 --- a/download/index.t2t +++ b/download/index.t2t @@ -81,7 +81,7 @@ or **Note 1**. GF uses [``haskeline`` http://hackage.haskell.org/package/haskeline], which on Linux depends on some non-Haskell libraries that -won't be installed automatically by cabal, and therefore needs to be installed +won't be installed automatically by cabal, and therefore need to be installed manually. Here is one way to do this: - On Ubuntu: ``sudo apt-get install libghc6-terminfo-dev``