diff --git a/.codespellrc b/.codespellrc index f13771052c..e045d59c96 100644 --- a/.codespellrc +++ b/.codespellrc @@ -1,6 +1,6 @@ [codespell] skip = .git,*.pdf,*.svg,*._comment,jquery.*.js,*.mdwn,changelog,CHANGELOG,list.2018,html,dist,dist-newstyle,.stack-work,man,tags,tmp -ignore-regex=\bvalUs\b +ignore-regex=\b(valUs|addIn)\b # some common variables etc (case insensitive) # keypair - constructs ## May be TODO later, touches too much diff --git a/Assistant/Threads/Cronner.hs b/Assistant/Threads/Cronner.hs index 9bd173869d..c3dd8acfb5 100644 --- a/Assistant/Threads/Cronner.hs +++ b/Assistant/Threads/Cronner.hs @@ -1,4 +1,4 @@ -{- git-annex assistant sceduled jobs runner +{- git-annex assistant scheduled jobs runner - - Copyright 2013 Joey Hess - diff --git a/Git/Fsck.hs b/Git/Fsck.hs index 4544c1312f..18f7350c02 100644 --- a/Git/Fsck.hs +++ b/Git/Fsck.hs @@ -125,7 +125,7 @@ knownMissing :: FsckResults -> MissingObjects knownMissing FsckFailed = S.empty knownMissing (FsckFoundMissing s _) = s -{- Finds objects that are missing from the git repsitory, or are corrupt. +{- Finds objects that are missing from the git repository, or are corrupt. - - This does not use git cat-file --batch, because catting a corrupt - object can cause it to crash, or to report incorrect size information.