From: Ralf Thielow Date: Fri, 18 May 2012 16:46:01 +0000 (+0200) Subject: remote: fix typo X-Git-Tag: v1.7.11-rc0~20 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=aa3bb87176d42f1782c5030fa41e6e62492551c0;p=git.git 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 --- diff --git a/builtin/remote.c b/builtin/remote.c index 0f0c594b2..920262d76 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);