aboutsummaryrefslogtreecommitdiff
path: root/Command
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-11-03 13:17:55 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-11-03 13:17:55 -0400
commitfe5f014c409a044218b469f99149e69efa6d2a2e (patch)
tree6d24dbe66a72834747f3e7ab7ce0abbcaa60a0c1 /Command
parent674ee0c9456ab1e90315c01b156d59ca55767261 (diff)
comment
Diffstat (limited to 'Command')
-rw-r--r--Command/Status.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Status.hs b/Command/Status.hs
index 0d3efa840..206b6a25e 100644
--- a/Command/Status.hs
+++ b/Command/Status.hs
@@ -65,7 +65,7 @@ statusDirect f = checkstatus =<< liftIO (catchMaybeIO $ getFileStatus f)
where
checkstatus Nothing = return $ Just DeletedFile
checkstatus (Just s)
- -- Git thinks that present direct mode files modifed,
+ -- Git thinks that present direct mode files are modifed,
-- so have to check.
| not (isSymbolicLink s) = checkkey s =<< catKeyFile f
| otherwise = Just <$> checkNew f