From: Avery Pennarun Date: Thu, 12 Aug 2010 15:15:57 +0000 (-0400) Subject: Fix typo: an -> a X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7f74d65b12ecb5142442c276da805b42e3023a9d;p=git.git Fix typo: an -> a Thanks to Vanuan on github. --- 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