Skip to content

Commit

Permalink
Fix typo in show-index.c
Browse files Browse the repository at this point in the history
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Lars Hjemli authored and Junio C Hamano committed Oct 20, 2006
1 parent 96a035d commit 0b92f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion show-index.c
Original file line number Diff line number Diff line change
@@ -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]);

0 comments on commit 0b92f1a

Please sign in to comment.