aboutsummaryrefslogtreecommitdiff
path: root/builtin
diff options
context:
space:
mode:
authorRalf Thielow <ralf.thielow@googlemail.com>2012-05-18 18:46:01 +0200
committerJunio C Hamano <gitster@pobox.com>2012-05-20 18:48:10 -0700
commitaa3bb87176d42f1782c5030fa41e6e62492551c0 (patch)
treea2abe8426e3add15784529f301924bfef0c9d660 /builtin
parentadc7052bb6e737cec0c6702f8dde259540eab672 (diff)
downloadgit-aa3bb87176d42f1782c5030fa41e6e62492551c0.tar.gz
git-aa3bb87176d42f1782c5030fa41e6e62492551c0.tar.xz
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 <ralf.thielow@googlemail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin')
-rw-r--r--builtin/remote.c2
1 files changed, 1 insertions, 1 deletions
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);