summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar elon.bing@6534c6b616a8fda498b5bfa4e48ca5a1ebb7c48e <elonbing@web>2017-11-03 00:07:33 +0000
committerGravatar admin <admin@branchable.com>2017-11-03 00:07:33 +0000
commita1c0535d0ace5d9be8bb03f6579e6917ded102a3 (patch)
treeb1ce8b142af7cf8c9cad9484da2efcfcf26cfac5
parentf970812f4929aa94ab830f9bd6748ccdec5e1f40 (diff)
Fixed typo: changed "copy" to "copies" in "two copy"
-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.