X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=diff.c;h=24bd3fce3f8445e2d9a261a42fcb1eb85d2badfe;hb=97bf2a08095197f43b20b3bc1124552ae24d71bf;hp=91d6ea21a9d3575ea940e3d71e42609e800bed6b;hpb=90b1994170900514a1ce7a3345e25cb7216915cc;p=git.git diff --git a/diff.c b/diff.c index 91d6ea21a..24bd3fce3 100644 --- a/diff.c +++ b/diff.c @@ -2382,7 +2382,7 @@ int diff_setup_done(struct diff_options *options) * Most of the time we can say "there are changes" * only by checking if there are changed paths, but * --ignore-whitespace* options force us to look - * inside contets. + * inside contents. */ if (DIFF_XDL_TST(options, IGNORE_WHITESPACE) || @@ -3346,7 +3346,7 @@ free_queue: fclose(options->file); /* - * Report the contents level differences with HAS_CHANGES; + * Report the content-level differences with HAS_CHANGES; * diff_addremove/diff_change does not set the bit when * DIFF_FROM_CONTENTS is in effect (e.g. with -w). */