aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAvery Pennarun <apenwarr@gmail.com>2010-08-12 11:15:57 -0400
committerAvery Pennarun <apenwarr@gmail.com>2010-08-12 11:15:57 -0400
commit7f74d65b12ecb5142442c276da805b42e3023a9d (patch)
treeb40ae9dfa7d079f728a2e9efd563177da46be213
parent242b20dc0ae51719c32776fb5996c5d6cb463928 (diff)
downloadgit-7f74d65b12ecb5142442c276da805b42e3023a9d.tar.gz
git-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 dbcba3134..a30293d60 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