daemon: new option --detach to run git-daemon in background
[gitweb.git] / builtin-diff.c
index 1df531ba28d596a8a8b338cae0c4295fc16892f2..ae901dd25ea4d8d82752db5b28f354fd2eadfb56 100644 (file)
@@ -176,7 +176,7 @@ static int builtin_diff_tree(struct rev_info *revs,
                usage(builtin_diff_usage);
 
        /* We saw two trees, ent[0] and ent[1].
-        * if ent[1] is unintesting, they are swapped
+        * if ent[1] is uninteresting, they are swapped
         */
        if (ent[1].item->flags & UNINTERESTING)
                swap = 1;