Fix ambigous typos
This commit is contained in:
parent
1f124103dc
commit
e018ae1125
9 changed files with 12 additions and 12 deletions
|
@ -15,7 +15,7 @@ symLinkMode :: FileMode
|
|||
symLinkMode = 40960
|
||||
|
||||
{- Git uses a special file mode to indicate a symlink. This is the case
|
||||
- even on Windows, so we hard code the valuse here, rather than using
|
||||
- even on Windows, so we hard code the values here, rather than using
|
||||
- System.Posix.Files.symbolicLinkMode. -}
|
||||
isSymLink :: FileMode -> Bool
|
||||
isSymLink = checkMode symLinkMode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue