Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'lt/gitweb'
[gitweb.git]
/
server-info.c
diff --git
a/server-info.c
b/server-info.c
index 0eb5132cc1cf09ea7dacdf659d3c03adae761acf..fdfe05a2daeeb9253b6fb6a15518aba967821cb2 100644
(file)
--- a/
server-info.c
+++ b/
server-info.c
@@
-94,7
+94,7
@@
static int read_pack_info_file(const char *infofile)
fp = fopen(infofile, "r");
if (!fp)
- return 1; /* nonexist
ing
is not an error. */
+ return 1; /* nonexist
ent
is not an error. */
while (fgets(line, sizeof(line), fp)) {
int len = strlen(line);