]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin-fsck.c
Assorted typo fixes
[thirdparty/git.git] / builtin-fsck.c
index fec1cbd784f598342eb44f385a55dba25a0b9021..f6f1967449038e44bc2275723d48be31e9b12092 100644 (file)
@@ -117,7 +117,7 @@ static void check_unreachable_object(struct object *obj)
 
        /*
         * "!used" means that nothing at all points to it, including
-        * other unreacahble objects. In other words, it's the "tip"
+        * other unreachable objects. In other words, it's the "tip"
         * of some set of unreachable objects, usually a commit that
         * got dropped.
         *