Apply codespell -w throughout
This commit is contained in:
parent
100f5aabb6
commit
84b0a3707a
108 changed files with 135 additions and 135 deletions
|
@ -85,7 +85,7 @@ probeRepo loc baserepo = do
|
|||
|
||||
type GCryptId = String
|
||||
|
||||
{- gcrypt gives each encrypted repository a uique gcrypt-id,
|
||||
{- gcrypt gives each encrypted repository a unique gcrypt-id,
|
||||
- which is stored in the repository (in encrypted form)
|
||||
- and cached in a per-remote gcrypt-id configuration setting. -}
|
||||
remoteRepoId :: Repo -> Maybe RemoteName -> Maybe GCryptId
|
||||
|
|
|
@ -325,7 +325,7 @@ reduceUnmerged c (i:is) = reduceUnmerged (new:c) rest
|
|||
&& isus x || isus y
|
||||
&& not (isus x && isus y)
|
||||
|
||||
{- Gets the InodeCache equivilant information stored in the git index.
|
||||
{- Gets the InodeCache equivalent information stored in the git index.
|
||||
-
|
||||
- Note that this uses a --debug option whose output could change at some
|
||||
- point in the future. If the output is not as expected, will use Nothing.
|
||||
|
|
|
@ -33,7 +33,7 @@ import Utility.PartialPrelude
|
|||
import Utility.FileSystemEncoding
|
||||
|
||||
{- This is a variable length binary string, but its size is limited to
|
||||
- maxPktLineLength. Its serialization includes a 4 byte hexidecimal
|
||||
- maxPktLineLength. Its serialization includes a 4 byte hexadecimal
|
||||
- prefix giving its total length, including that prefix. -}
|
||||
newtype PktLine = PktLine B.ByteString
|
||||
deriving (Show)
|
||||
|
|
|
@ -119,7 +119,7 @@ new lim tlim = do
|
|||
{- Adds an git command to the queue.
|
||||
-
|
||||
- Git commands with the same subcommand but different parameters are
|
||||
- assumed to be equivilant enough to perform in any order with the same
|
||||
- assumed to be equivalent enough to perform in any order with the same
|
||||
- end result.
|
||||
-}
|
||||
addCommand :: MonadIO m => [CommandParam] -> String -> [CommandParam] -> [FilePath] -> Queue m -> Repo -> m (Queue m)
|
||||
|
|
|
@ -43,7 +43,7 @@ remoteKeyToRemoteName (ConfigKey k)
|
|||
{- Construct a legal git remote name out of an arbitrary input string.
|
||||
-
|
||||
- There seems to be no formal definition of this in the git source,
|
||||
- just some ad-hoc checks, and some other things that fail with certian
|
||||
- just some ad-hoc checks, and some other things that fail with certain
|
||||
- types of names (like ones starting with '-').
|
||||
-}
|
||||
makeLegalName :: String -> RemoteName
|
||||
|
|
|
@ -103,7 +103,7 @@ explodePacks r = go =<< listPackFiles r
|
|||
return True
|
||||
|
||||
{- Try to retrieve a set of missing objects, from the remotes of a
|
||||
- repository. Returns any that could not be retreived.
|
||||
- repository. Returns any that could not be retrieved.
|
||||
-
|
||||
- If another clone of the repository exists locally, which might not be a
|
||||
- remote of the repo being repaired, its path can be passed as a reference
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue