From aa3bb87176d42f1782c5030fa41e6e62492551c0 Mon Sep 17 00:00:00 2001 From: Ralf Thielow Date: Fri, 18 May 2012 18:46:01 +0200 Subject: [PATCH] remote: fix typo 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 Signed-off-by: Junio C Hamano --- builtin/remote.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/remote.c b/builtin/remote.c index 0f0c594b2f..920262d76e 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); -- GitLab