summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Avery Pennarun <apenwarr@gmail.com>2010-08-12 11:15:57 -0400
committerLibravatar Avery Pennarun <apenwarr@gmail.com>2010-08-12 11:15:57 -0400
commit7f74d65b12ecb5142442c276da805b42e3023a9d (patch)
treeb40ae9dfa7d079f728a2e9efd563177da46be213
parentdocs: simplify example 1 (diff)
downloadtgif-7f74d65b12ecb5142442c276da805b42e3023a9d.tar.xz
Fix typo: an -> a
Thanks to Vanuan on github.
-rw-r--r--git-subtree.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-subtree.txt b/git-subtree.txt
index dbcba31346..a30293d607 100644
--- a/git-subtree.txt
+++ b/git-subtree.txt
@@ -19,7 +19,7 @@ SYNOPSIS
DESCRIPTION
-----------
-git subtree allows you to include an subproject in your
+git subtree allows you to include a subproject in your
own repository as a subdirectory, optionally including the
subproject's entire history. For example, you could
include the source code for a library as a subdirectory of your