X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=show-index.c;h=a30a2de5d13931c590169cf30bd7004e23f2df1b;hb=8d9721c86b0169c282ad1c5528317eafeb7fb0f7;hp=c21d660b628a5b6d67b0f56b41fc76a921df340f;hpb=638ccfdf0eeabf3d985426308b2a82db6207ae28;p=git.git diff --git a/show-index.c b/show-index.c index c21d660b6..a30a2de5d 100644 --- a/show-index.c +++ b/show-index.c @@ -8,7 +8,7 @@ int main(int argc, char **argv) static unsigned int top_index[256]; if (fread(top_index, sizeof(top_index), 1, stdin) != 1) - die("unable to read idex"); + die("unable to read index"); nr = 0; for (i = 0; i < 256; i++) { unsigned n = ntohl(top_index[i]);