Fixed typo: changed "copy" to "copies" in "two copy"

This commit is contained in:
elon.bing@6534c6b616a8fda498b5bfa4e48ca5a1ebb7c48e 2017-11-03 00:07:33 +00:00 committed by admin
parent 72e28dca89
commit e1321076cf

View file

@ -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.