* [PATCH] Fix typo in show-index.c
@ 2006-10-20 21:24 Lars Hjemli
0 siblings, 0 replies; only message in thread
From: Lars Hjemli @ 2006-10-20 21:24 UTC (permalink / raw)
To: git
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
---
show-index.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
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]);
--
1.4.3.rc2.g4035b
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2006-10-20 21:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-20 21:24 [PATCH] Fix typo in show-index.c Lars Hjemli
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).