diff options
author | onefang | 2019-12-10 15:45:55 +1000 |
---|---|---|
committer | onefang | 2019-12-10 15:45:55 +1000 |
commit | dfba1395c487523d91fe76b76525c0f0efe36e76 (patch) | |
tree | c64f1a1a001b19c75c477adf7f1cf1acb1175b1a | |
parent | Move common code to it's own module. (diff) | |
download | apt-panopticon-dfba1395c487523d91fe76b76525c0f0efe36e76.zip apt-panopticon-dfba1395c487523d91fe76b76525c0f0efe36e76.tar.gz apt-panopticon-dfba1395c487523d91fe76b76525c0f0efe36e76.tar.bz2 apt-panopticon-dfba1395c487523d91fe76b76525c0f0efe36e76.tar.xz |
Typo--
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -199,7 +199,7 @@ table. Add the round robin domain name. Resolve all the IPs and add | |||
199 | them to this table. Write this table to results/mirrors.lua so that the | 199 | them to this table. Write this table to results/mirrors.lua so that the |
200 | forked tests can read it. | 200 | forked tests can read it. |
201 | 201 | ||
202 | checkHost() the referenece site first. | 202 | checkHost() the reference site first. |
203 | 203 | ||
204 | Loop through the mirrors table, and checkHost() each one, skipping the | 204 | Loop through the mirrors table, and checkHost() each one, skipping the |
205 | reference site. | 205 | reference site. |