summaryrefslogtreecommitdiff
path: root/Documentation/git-add.txt
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2011-01-03 19:03:34 (GMT)
committerJunio C Hamano <gitster@pobox.com>2011-01-04 19:23:42 (GMT)
commit469bfc962df22a87f0f0c60699d91fa9e647492a (patch)
treec8df5ac96e73af367892db2eef999feeabbb2738 /Documentation/git-add.txt
parent01b97a4cb60723d18b437efdc474503d2a9dd384 (diff)
downloadgit-469bfc962df22a87f0f0c60699d91fa9e647492a.zip
git-469bfc962df22a87f0f0c60699d91fa9e647492a.tar.gz
git-469bfc962df22a87f0f0c60699d91fa9e647492a.tar.bz2
Fix typos in the documentation
Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-add.txt')
-rw-r--r--Documentation/git-add.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-add.txt b/Documentation/git-add.txt
index 54aaaeb..a03448f 100644
--- a/Documentation/git-add.txt
+++ b/Documentation/git-add.txt
@@ -333,7 +333,7 @@ likely to introduce confusing changes to the index.
There are also more complex operations that can be performed. But beware
that because the patch is applied only to the index and not the working
tree, the working tree will appear to "undo" the change in the index.
-For example, introducing a a new line into the index that is in neither
+For example, introducing a new line into the index that is in neither
the HEAD nor the working tree will stage the new line for commit, but
the line will appear to be reverted in the working tree.