correct spelling mistakes
This commit is contained in:
parent
5e6ced7d0f
commit
0750913136
52 changed files with 69 additions and 69 deletions
|
@ -26,7 +26,7 @@ seek = withNothing start
|
|||
start :: CommandStart
|
||||
start = ifM versionSupportsDirectMode
|
||||
( ifM isDirect ( stop , next perform )
|
||||
, giveup "Direct mode is not suppported by this repository version. Use git-annex unlock instead."
|
||||
, giveup "Direct mode is not supported by this repository version. Use git-annex unlock instead."
|
||||
)
|
||||
|
||||
perform :: CommandPerform
|
||||
|
|
|
@ -26,7 +26,7 @@ import Git.FilePath
|
|||
cmd :: Command
|
||||
cmd = withGlobalOptions annexedMatchingOptions $
|
||||
command "unannex" SectionUtility
|
||||
"undo accidential add command"
|
||||
"undo accidental add command"
|
||||
paramPaths (withParams seek)
|
||||
|
||||
seek :: CmdParams -> CommandSeek
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue