Skip to content

Commit aa3bb87

Browse files
Ralf Thielowgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent adc7052 commit aa3bb87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/remote.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ static int mv(int argc, const char **argv)
674674
strlen(rename.old), rename.new,
675675
strlen(rename.new));
676676
} else
677-
warning(_("Not updating non-default fetch respec\n"
677+
warning(_("Not updating non-default fetch refspec\n"
678678
"\t%s\n"
679679
"\tPlease update the configuration manually if necessary."),
680680
buf2.buf);

0 commit comments

Comments
 (0)