git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] remote: fix typo
@ 2012-05-18 16:46 Ralf Thielow
  2012-05-18 17:16 ` Ralf Thielow
  0 siblings, 1 reply; 3+ messages in thread
From: Ralf Thielow @ 2012-05-18 16:46 UTC (permalink / raw)
  To: gitster; +Cc: pclouds, git, Ralf Thielow

Signed-off-by: Ralf Thielow <ralf.thielow@googlemail.com>
---
 builtin/remote.c |    2 +-
 1 Datei geändert, 1 Zeile hinzugefügt(+), 1 Zeile entfernt(-)

diff --git a/builtin/remote.c b/builtin/remote.c
index 0f0c594..920262d 100644
--- a/builtin/remote.c
+++ b/builtin/remote.c
@@ -674,7 +674,7 @@ static int mv(int argc, const char **argv)
 				      strlen(rename.old), rename.new,
 				      strlen(rename.new));
 		} else
-			warning(_("Not updating non-default fetch respec\n"
+			warning(_("Not updating non-default fetch refspec\n"
 				  "\t%s\n"
 				  "\tPlease update the configuration manually if necessary."),
 				buf2.buf);
-- 
1.7.10.2

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

end of thread, other threads:[~2012-05-19  0:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-18 16:46 [PATCH] remote: fix typo Ralf Thielow
2012-05-18 17:16 ` Ralf Thielow
2012-05-19  0:03   ` Jeff King

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).