From 8eecebda7ba6f7a16c3d9fc03e9ecb83fc062538 Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Wed, 7 May 2025 09:08:37 +0200 Subject: [PATCH 1/3] fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b3180e0..6de4c4e 100644 --- a/README.md +++ b/README.md @@ -89,8 +89,8 @@ shell to these implementations. The testing done is mostly thorough, but there's some crazy usage of the coreutils out in the wild; like `cat - - -` in build scripts. Who needs to read `stdin` three separate times? The standard Haskell IO libraries make some sane assumptions that things like this don't -happen, so this project has balance ugly workarounds with idomatic behavior. -Where reasonable, idomatic is preferred. Further, this project relies on the +happen, so this project has balance ugly workarounds with idiomatic behavior. +Where reasonable, idiomatic is preferred. Further, this project relies on the Haskell IO libraries for platform independence - where they decided to simplify (permissions, file types), this project does also. From 6c78477e31db4d1a9f7e258a1b2718d776c13534 Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Wed, 7 May 2025 09:09:19 +0200 Subject: [PATCH 2/3] fix typo --- todo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/todo.md b/todo.md index ae40923..76d113f 100644 --- a/todo.md +++ b/todo.md @@ -31,7 +31,7 @@ - [ ] Need tests, not sure how to do this in a platform independent way ## head -- [ ] Doesn't suppport byte suffixes like MB, K +- [ ] Doesn't support byte suffixes like MB, K ## cat - [ ] some sort of encoding bug on windows with binary files (.jpg) From 269049e2471031c86b47b918869740cc19dc1198 Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Wed, 7 May 2025 09:10:11 +0200 Subject: [PATCH 3/3] fix typo --- Coreutils/Uniq.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Coreutils/Uniq.hs b/Coreutils/Uniq.hs index 3631377..fc67f79 100644 --- a/Coreutils/Uniq.hs +++ b/Coreutils/Uniq.hs @@ -234,7 +234,7 @@ optionDesc = , Option "i" ["ignore-case"] (NoArg (\opt -> Right opt { optIgnoreCase = True })) - "Case insenstive comparision of lines" + "Case insenstive comparison of lines" , Option "f" ["skip-fields"] (ReqArg