From 0b92f1a9d213644d2cd6c1870091c090a6b7eca9 Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Fri, 20 Oct 2006 23:24:32 +0200 Subject: Fix typo in show-index.c Signed-off-by: Lars Hjemli Signed-off-by: Junio C Hamano diff --git a/show-index.c b/show-index.c index c21d660..a30a2de 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]); -- cgit v0.10.2-6-g49f6