Code

git: browsing paths with spaces when using the start command
[git.git] / revision.c
index bd0ea34af0c229f0e874503cb3146957f1c61853..18b7ebbbd599417462b5c4275c2581b91ebeca6a 100644 (file)
@@ -209,7 +209,7 @@ static struct commit *handle_commit(struct rev_info *revs, struct object *object
        }
 
        /*
-        * Tree object? Either mark it uniniteresting, or add it
+        * Tree object? Either mark it uninteresting, or add it
         * to the list of objects to look at later..
         */
        if (object->type == OBJ_TREE) {