interpret-trailers: fix documentation typo

Self-explanatory... trailer.ifexists is documented with the
right name, but after a while it switches to ifexist.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Paolo Bonzini 2017-08-01 11:03:33 +02:00 committed by Junio C Hamano
parent 0ea5292e6b
commit c88bf5436d
1 changed files with 2 additions and 2 deletions

View File

@ -193,8 +193,8 @@ trailer.<token>.where::
configuration variable and it overrides what is specified by configuration variable and it overrides what is specified by
that option for trailers with the specified <token>. that option for trailers with the specified <token>.


trailer.<token>.ifexist:: trailer.<token>.ifexists::
This option takes the same values as the 'trailer.ifexist' This option takes the same values as the 'trailer.ifexists'
configuration variable and it overrides what is specified by configuration variable and it overrides what is specified by
that option for trailers with the specified <token>. that option for trailers with the specified <token>.