comments: fix misuses of "nor"
Signed-off-by: Justin Lebar <jlebar@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
e34b272344
commit
01689909eb
@ -4061,7 +4061,7 @@ static int write_out_one_reject(struct patch *patch)
|
||||
return error(_("cannot open %s: %s"), namebuf, strerror(errno));
|
||||
|
||||
/* Normal git tools never deal with .rej, so do not pretend
|
||||
* this is a git patch by saying --git nor give extended
|
||||
* this is a git patch by saying --git or giving extended
|
||||
* headers. While at it, maybe please "kompare" that wants
|
||||
* the trailing TAB and some garbage at the end of line ;-).
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user