summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/tips/antipatterns.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tips/antipatterns.mdwn b/doc/tips/antipatterns.mdwn
index 39c7e24b7..cd8ffaf1a 100644
--- a/doc/tips/antipatterns.mdwn
+++ b/doc/tips/antipatterns.mdwn
@@ -22,7 +22,7 @@ disk space, is a horrible idea. The general antipattern is:
mv repoB/.git/annex repoB/.git/annex.bak
ln -s repoA/.git/annex repoB/.git/annex
-This is bad because git-annex will believe it has two copy of the
+This is bad because git-annex will believe it has two copies of the
files and then would let you drop the single copy, therefore leading
to data loss.