fix comment
authorJoey Hess <joeyh@joeyh.name>
Tue, 14 Feb 2023 17:28:02 +0000 (13:28 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 14 Feb 2023 17:28:02 +0000 (13:28 -0400)
Git/Construct.hs

index 27123e337d86dcee7a819856695d46d8a6361335..89b1e1fafed1ecddacde1edf7a3a7b6358805d81 100644 (file)
@@ -227,7 +227,7 @@ checkForRepo dir =
        isRepo = checkdir $ 
                gitSignature (".git" </> "config")
                        <||>
-               -- A git-worktree lacks .git/config, but has .git/commondir.
+               -- A git-worktree lacks .git/config, but has .git/gitdir.
                -- (Normally the .git is a file, not a symlink, but it can
                -- be converted to a symlink and git will still work;
                -- this handles that case.)