Assorted typo fixes

Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Pavel Roskin
2006-07-09 03:44:30 -04:00
committed by Junio C Hamano
parent 88f0d5d7d9
commit addf88e455
21 changed files with 34 additions and 34 deletions

View File

@ -94,7 +94,7 @@ static int read_pack_info_file(const char *infofile)
fp = fopen(infofile, "r");
if (!fp)
return 1; /* nonexisting is not an error. */
return 1; /* nonexistent is not an error. */
while (fgets(line, sizeof(line), fp)) {
int len = strlen(line);