diff options
Diffstat (limited to 'Git')
-rw-r--r-- | Git/Queue.hs | 2 |
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) |