summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar JohnKozak <JohnKozak@web>2016-10-23 21:05:57 +0000
committerGravatar admin <admin@branchable.com>2016-10-23 21:05:57 +0000
commitd3ae7cb598eb883ea8adb349b2366e0503b74930 (patch)
tree8729f163238423c789d8ad6773a12a79c700c8cc
parente01c17f830c6c018d0d54faf4883c34aea5a4081 (diff)
-rw-r--r--doc/bugs/how_to_copy_tp_multiple_remotes_simultaneously__63__.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bugs/how_to_copy_tp_multiple_remotes_simultaneously__63__.mdwn b/doc/bugs/how_to_copy_tp_multiple_remotes_simultaneously__63__.mdwn
index 0db70aa52..8727fd9d1 100644
--- a/doc/bugs/how_to_copy_tp_multiple_remotes_simultaneously__63__.mdwn
+++ b/doc/bugs/how_to_copy_tp_multiple_remotes_simultaneously__63__.mdwn
@@ -1,6 +1,6 @@
### Please describe the problem.
-I would like to make multiple copies of precious data and I would like these copies to run simultaneously to minimise the elapsed time taken. Ideally, I would like to specy multiple `--to` options to `git annex copy`. I have tried running multiple processes simultaneously by these start to fail with lock contention on `.git/config`.
+I would like to make multiple copies of precious data and I would like these copies to run simultaneously to minimise the elapsed time taken. Ideally, I would like to specify multiple `--to` options to `git annex copy`. I have tried running multiple processes simultaneously but these start to fail with lock contention on `.git/config`.
### What steps will reproduce the problem?