Fix ambigous typos

This commit is contained in:
Yaroslav Halchenko 2023-03-13 18:55:18 -04:00 committed by Joey Hess
parent 1f124103dc
commit e018ae1125
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
9 changed files with 12 additions and 12 deletions

View file

@ -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