*: fix typos which duplicate a word
Fix typos in documentation, code comments, and RelNotes which repeat various words. In trivial cases, just delete the duplicated word and rewrap text, if needed. Reword the affected sentence in Documentation/RelNotes/1.8.4.txt for it to make sense. Signed-off-by: Andrei Rybak <rybak.a.v@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
ebf3c04b26
commit
abcb66c614
2
remote.c
2
remote.c
@ -1592,7 +1592,7 @@ void set_ref_status_for_push(struct ref *remote_refs, int send_mirror,
|
||||
else
|
||||
/*
|
||||
* If the ref isn't stale, and is reachable
|
||||
* from from one of the reflog entries of
|
||||
* from one of the reflog entries of
|
||||
* the local branch, force the update.
|
||||
*/
|
||||
force_ref_update = 1;
|
||||
|
Reference in New Issue
Block a user