From 251fb9962f427f38ef1b77f99fb6599883429b2e Mon Sep 17 00:00:00 2001 From: Kian-Meng Ang Date: Thu, 8 Jan 2026 23:42:45 +0800 Subject: [PATCH] Fix typo, commited -> committed Found via `typos --hidden --format brief` --- HACKING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HACKING.md b/HACKING.md index 45a6837c..fd62023f 100644 --- a/HACKING.md +++ b/HACKING.md @@ -1,7 +1,7 @@ # Hacking Most of the code is in `System/FilePath/Internal.hs` which is `cpphs`'d into both `System/FilePath/Posix.hs` -and `System/FilePath/Windows.hs` via `make cpp` and commited to the repo. This Internal module is a bit weird +and `System/FilePath/Windows.hs` via `make cpp` and committed to the repo. This Internal module is a bit weird in that it isn't really a Haskell module, but is more an include file. The library has extensive doc tests. Anything starting with `-- >` is transformed into a doc test as a predicate