summaryrefslogtreecommitdiff
path: root/Command/Unannex.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/Unannex.hs')
-rw-r--r--Command/Unannex.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Unannex.hs b/Command/Unannex.hs
index e744b51a8..e3e8d51ab 100644
--- a/Command/Unannex.hs
+++ b/Command/Unannex.hs
@@ -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