From 974eabf27dd2b788d2b0fdc669551c6c219408f8 Mon Sep 17 00:00:00 2001 From: fr33domlover Date: Fri, 18 May 2018 19:30:35 +0000 Subject: [PATCH] Fix typos in README and INSTALL (thanks dddddd) --- INSTALL.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index eb8c565..a362703 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -54,7 +54,7 @@ changes, or because I'm using a patched version of some library and the patch hasn't found its way upstream. In the `stack.yaml` file, under the `packages` field, there is a list of such -libraris. While `stack` supports fetching dependencies from Git repositories, +libraries. While `stack` supports fetching dependencies from Git repositories, it doesn't support Darcs (if that changes and I haven't noticed, let me know!), so we need to download them by ourselves. A line in the `packages` list that looks like this needs manual download: diff --git a/README.md b/README.md index eb9a911..5da1ad4 100644 --- a/README.md +++ b/README.md @@ -239,7 +239,7 @@ code. `NEWS.md` provides a friendly overview of the changes for each release. ## Reporting Bugs and Suggesting Features If you found a bug, or you have an idea, a feature request or a wishlist item, -open a ticket for it! Even if you're goint to implement something or try to +open a ticket for it! Even if you're going to implement something or try to solve it. If you're going to implement some feature or fix some bug you found,