summary refs log tree commit diff
diff options
context:
space:
mode:
authorManuel Bärenz <m.baerenz@sonnen.de>2022-11-24 11:03:06 +0100
committerManuel Bärenz <m.baerenz@sonnen.de>2022-11-24 11:03:06 +0100
commit7fd2271afc82f50f84232c6998d3605488787404 (patch)
tree5d8cf0a56e9304a8f1241d7b31104ced6d340447
parentfc4cfafbb4c8553d3f19887016f97e057ec13412 (diff)
downloadnixpkgs-7fd2271afc82f50f84232c6998d3605488787404.tar
nixpkgs-7fd2271afc82f50f84232c6998d3605488787404.tar.gz
nixpkgs-7fd2271afc82f50f84232c6998d3605488787404.tar.bz2
nixpkgs-7fd2271afc82f50f84232c6998d3605488787404.tar.lz
nixpkgs-7fd2271afc82f50f84232c6998d3605488787404.tar.xz
nixpkgs-7fd2271afc82f50f84232c6998d3605488787404.tar.zst
nixpkgs-7fd2271afc82f50f84232c6998d3605488787404.zip
haskell: Fix typo
-rw-r--r--pkgs/development/haskell-modules/HACKING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/HACKING.md b/pkgs/development/haskell-modules/HACKING.md
index 752f1ba4943..12afee84b15 100644
--- a/pkgs/development/haskell-modules/HACKING.md
+++ b/pkgs/development/haskell-modules/HACKING.md
@@ -71,7 +71,7 @@ $ ./maintainers/scripts/haskell/hydra-report.hs get-report
 $ ./maintainers/scripts/haskell/hydra-report.hs ping-maintainers
 ```
 
-The `hyda-report.hs ping-maintainers` command generates a Markdown document
+The `hydra-report.hs ping-maintainers` command generates a Markdown document
 that you can paste in a GitHub comment on the PR opened above.  This
 comment describes which Haskell packages are now failing to build.  It also
 pings the maintainers so that they know to fix up their packages.