]> git.ipfire.org Git - thirdparty/git.git/commitdiff
remote: fix typo
authorRalf Thielow <ralf.thielow@googlemail.com>
Fri, 18 May 2012 16:46:01 +0000 (18:46 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 21 May 2012 01:48:10 +0000 (18:48 -0700)
The mapping that describe what ref fetched from the remote is used to
update what ref locally is called "refspec", not "respec".

Signed-off-by: Ralf Thielow <ralf.thielow@googlemail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/remote.c

index 0f0c594b2fc2194d841cabceaf180ee664376af1..920262d76ec9bdc40a8ad7703cf1eb972a40eb9e 100644 (file)
@@ -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);