summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWincent Colaiuta <win@wincent.com>2007-12-12 08:14:20 (GMT)
committerJunio C Hamano <gitster@pobox.com>2007-12-12 18:59:22 (GMT)
commit71a9883db2b60e0d21b730cb9695de69111ab584 (patch)
tree80d36e119bd81b2e526fc756b198d221e4123b45
parent0ac7903ee3c7c93d2426a4aa4f3732bee73e0365 (diff)
downloadgit-71a9883db2b60e0d21b730cb9695de69111ab584.zip
git-71a9883db2b60e0d21b730cb9695de69111ab584.tar.gz
git-71a9883db2b60e0d21b730cb9695de69111ab584.tar.bz2
Documentation: minor grammar fix for "git apply"
Signed-off-by: Wincent Colaiuta <win@wincent.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/git-apply.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-apply.txt b/Documentation/git-apply.txt
index bae3e7b..9ec38f9 100644
--- a/Documentation/git-apply.txt
+++ b/Documentation/git-apply.txt
@@ -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.