aboutsummaryrefslogtreecommitdiff
path: root/Git
diff options
context:
space:
mode:
authorGravatar Yaroslav Halchenko <debian@onerussian.com>2016-06-01 21:46:58 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-06-02 11:22:18 -0400
commit0d555aa363482ed041db2d9c63da271ba7f4ced8 (patch)
tree189747b6aa7476f0f974bf76329f04a19732dde4 /Git
parent023e0e5a4f25b6a2acba401826bcdcc940039682 (diff)
minor typo fixes throughout
problematic flexibility
Diffstat (limited to 'Git')
-rw-r--r--Git/Queue.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Git/Queue.hs b/Git/Queue.hs
index 086b5a56f..0b0025b0a 100644
--- a/Git/Queue.hs
+++ b/Git/Queue.hs
@@ -163,7 +163,7 @@ runAction repo action@(CommandAction {}) = do
hPutStr h $ intercalate "\0" $ toCommand $ getFiles action
hClose h
#else
- -- Using xargs on Windows is problimatic, so just run the command
+ -- Using xargs on Windows is problematic, so just run the command
-- once per file (not as efficient.)
if null (getFiles action)
then void $ boolSystemEnv "git" gitparams (gitEnv repo)