Documentation: minor grammar fix for "git apply"

Signed-off-by: Wincent Colaiuta <win@wincent.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Wincent Colaiuta 2007-12-12 09:14:20 +01:00 committed by Junio C Hamano
parent 0ac7903ee3
commit 71a9883db2
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ discouraged.

--no-add::
When applying a patch, ignore additions made by the
patch. This can be used to extract common part between
patch. This can be used to extract the common part between
two files by first running `diff` on them and applying
the result with this option, which would apply the
deletion part but not addition part.