]> git.ipfire.org Git - thirdparty/git.git/blobdiff - sha1_file.c
code and test: fix misuses of "nor"
[thirdparty/git.git] / sha1_file.c
index b79efe431ef9ed0a737b74084f83a4b7680d4497..77dbb56946771d631ec544dc1958fcff9215c117 100644 (file)
@@ -1123,7 +1123,7 @@ static void report_helper(const struct string_list *list,
        const char *msg;
        switch (seen_bits) {
        case 0:
-               msg = "no corresponding .idx nor .pack";
+               msg = "no corresponding .idx or .pack";
                break;
        case 1:
                msg = "no corresponding .idx";