Apply codespell -w throughout
This commit is contained in:
parent
100f5aabb6
commit
84b0a3707a
108 changed files with 135 additions and 135 deletions
|
@ -53,7 +53,7 @@ import Utility.FileSystemEncoding
|
|||
-
|
||||
- This does not guarantee that two paths that refer to the same location,
|
||||
- and are both relative to the same location (or both absolute) will
|
||||
- yeild the same result. Run both through normalise from System.RawFilePath
|
||||
- yield the same result. Run both through normalise from System.RawFilePath
|
||||
- to ensure that.
|
||||
-}
|
||||
simplifyPath :: RawFilePath -> RawFilePath
|
||||
|
@ -90,7 +90,7 @@ upFrom dir
|
|||
|
||||
{- Checks if the first RawFilePath is, or could be said to contain the second.
|
||||
- For example, "foo/" contains "foo/bar". Also, "foo", "./foo", "foo/" etc
|
||||
- are all equivilant.
|
||||
- are all equivalent.
|
||||
-}
|
||||
dirContains :: RawFilePath -> RawFilePath -> Bool
|
||||
dirContains a b = a == b
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue