From 235e8d591480d7e1378c27fe65c5529625d4b5be Mon Sep 17 00:00:00 2001 From: Justin Lebar Date: Mon, 31 Mar 2014 15:11:47 -0700 Subject: code and test: fix misuses of "nor" Signed-off-by: Justin Lebar Signed-off-by: Junio C Hamano --- sha1_file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sha1_file.c') diff --git a/sha1_file.c b/sha1_file.c index b79efe431e..77dbb56946 100644 --- a/sha1_file.c +++ b/sha1_file.c @@ -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"; -- cgit v1.2.3