summaryrefslogtreecommitdiff
path: root/doc/design
diff options
context:
space:
mode:
authorGravatar Prayag Verma <prayag.verma@gmail.com>2016-02-08 11:50:41 +0530
committerGravatar Joey Hess <joeyh@joeyh.name>2016-02-08 10:54:08 -0400
commite7fe28f47997ad098de5489496cf866f3c644fa8 (patch)
tree59afb429528f8c2ae7e32c89f0f6af45e34fb83b /doc/design
parent40dc76c3eefc0d5cc2cd1841805b0fbffcaa9de2 (diff)
Fix a typo
`opportunisticly` → `opportunistically`
Diffstat (limited to 'doc/design')
-rw-r--r--doc/design/balanced_preferred_content.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/design/balanced_preferred_content.mdwn b/doc/design/balanced_preferred_content.mdwn
index adc373183..c09964260 100644
--- a/doc/design/balanced_preferred_content.mdwn
+++ b/doc/design/balanced_preferred_content.mdwn
@@ -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.