Fix a typo

`opportunisticly` → `opportunistically`
This commit is contained in:
Prayag Verma 2016-02-08 11:50:41 +05:30 committed by Joey Hess
parent fde1711fc4
commit 1ac854f2c0
Failed to extract signature

View file

@ -74,7 +74,7 @@ added.
One way to avoid this problem would be if the preferred content was only
used for the initial distribution of files to a repo. If the repo has
gotten all the files it wants, it could make a second pass and
opportunisticly get files it doesn't want but that it has space for
opportunistically get files it doesn't want but that it has space for
and that don't have enough copies yet.
Although this gets back to the original problem of multiple repos racing
downloads and files getting more than the desired number of copies.