summaryrefslogtreecommitdiffstats
path: root/remote.c
diff options
context:
space:
mode:
authorJustin Lebar <jlebar@google.com>2014-04-01 00:11:46 +0200
committerJunio C Hamano <gitster@pobox.com>2014-04-01 00:29:27 +0200
commit01689909eb9f8366583c44b325d8d9ba259a2538 (patch)
tree6a4635a267885b3429f55c81a9a1c8787e36802e /remote.c
parentcontrib: fix misuses of "nor" (diff)
downloadgit-01689909eb9f8366583c44b325d8d9ba259a2538.tar.xz
git-01689909eb9f8366583c44b325d8d9ba259a2538.zip
comments: fix misuses of "nor"
Signed-off-by: Justin Lebar <jlebar@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'remote.c')
-rw-r--r--remote.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote.c b/remote.c
index 5f63d55056..f43c7a9d53 100644
--- a/remote.c
+++ b/remote.c
@@ -1409,7 +1409,7 @@ int match_push_refs(struct ref *src, struct ref **dst,
/*
* Remote doesn't have it, and we have no
* explicit pattern, and we don't have
- * --all nor --mirror.
+ * --all or --mirror.
*/
goto free_name;