git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] Fix typo: existant->existent
@ 2011-06-01 22:27 Dmitry Ivankov
  2011-06-01 22:27 ` [PATCH 2/3] " Dmitry Ivankov
  2011-06-01 22:27 ` [PATCH 3/3] " Dmitry Ivankov
  0 siblings, 2 replies; 3+ messages in thread
From: Dmitry Ivankov @ 2011-06-01 22:27 UTC (permalink / raw)
  To: git; +Cc: Dmitry Ivankov

Fix it in error msg "Trying to write ref with nonexistent object".
No tests rely on the wrong spelling.
---
 refs.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/refs.c b/refs.c
index e3c0511..b10419a 100644
--- a/refs.c
+++ b/refs.c
@@ -1451,7 +1451,7 @@ int write_ref_sha1(struct ref_lock *lock,
 	}
 	o = parse_object(sha1);
 	if (!o) {
-		error("Trying to write ref %s with nonexistant object %s",
+		error("Trying to write ref %s with nonexistent object %s",
 			lock->ref_name, sha1_to_hex(sha1));
 		unlock_ref(lock);
 		return -1;
-- 
1.7.3.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-06-01 22:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-01 22:27 [PATCH 1/3] Fix typo: existant->existent Dmitry Ivankov
2011-06-01 22:27 ` [PATCH 2/3] " Dmitry Ivankov
2011-06-01 22:27 ` [PATCH 3/3] " Dmitry Ivankov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).