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>
Paolo Bonzini committed
Aug 1, 2017 at 11:03 UTC
c88bf5436d84762a474048a0a57409a8f2fa2c6b
1 file changed
+2
-2
Documentation/git-interpret-trailers.txt
+2
-2
@@ -193,8 +193,8 @@ trailer.<token>.where::
193
configuration variable and it overrides what is specified by
194
that option for trailers with the specified <token>.
195
196
-trailer.<token>.ifexist::
197
- This option takes the same values as the 'trailer.ifexist'
196
+trailer.<token>.ifexists::
197
+ This option takes the same values as the 'trailer.ifexists'
198
configuration variable and it overrides what is specified by
199
that option for trailers with the specified <token>.
200