]> git.ipfire.org Git - thirdparty/git.git/blobdiff - server-info.c
Assorted typo fixes
[thirdparty/git.git] / server-info.c
index 0eb5132cc1cf09ea7dacdf659d3c03adae761acf..fdfe05a2daeeb9253b6fb6a15518aba967821cb2 100644 (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);