commit c4efd77a07a0a7dc289f449220ba30c289fbbbd5
Author: Matt Kraai <kraai(a)ftbfs.org>
Date: Sat Oct 25 07:35:17 2014 -0700
Fix typos
---
README.rst | 6 +++---
data/ooniprobe.conf.sample | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.rst b/README.rst
index 1299276..3bc22ca 100644
--- a/README.rst
+++ b/README.rst
@@ -71,16 +71,16 @@ The run::
oonideckgen -o my_decks/
The output from the last command will tell you how to run ooniprobe to perform
-the measurment.
+the measurement.
If you would like to contribute measurements to OONI daily you can also add
this to your crontab::
- @daily ooni $THE_OONI_COMMAND
+ @daily ooniprobe $THE_OONI_COMMAND
Run this command to automatically update your crontab::
- (crontab -l 2>/dev/null; echo "@daily ooni $THE_OONI_COMMAND") | crontab -
+ (crontab -l 2>/dev/null; echo "@daily ooniprobe $THE_OONI_COMMAND") | crontab -
Installation
============
diff --git a/data/ooniprobe.conf.sample b/data/ooniprobe.conf.sample
index 5715e3d..8e19995 100644
--- a/data/ooniprobe.conf.sample
+++ b/data/ooniprobe.conf.sample
@@ -37,7 +37,7 @@ advanced:
measurement_timeout: 60
# After how many retries we should give up on a measurement
measurement_retries: 2
- # How many measurments to perform concurrently
+ # How many measurements to perform concurrently
measurement_concurrency: 10
# After how may seconds we should give up reporting
reporting_timeout: 80