summaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorspwhitton2018-12-07 22:15:18 +0000
committeradmin2018-12-07 22:15:18 +0000
commit98a776fc2dc56d1abee73e4d24476ac4eccfe4d7 (patch)
tree450579bc015aa959e794505762f80df0f7ad81a1 /doc/todo
parent2e4907963b40a105375cffc9e79c416797673791 (diff)
typos
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/want_Cron.runPropellor_that_does_nothing_if_no_network.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/todo/want_Cron.runPropellor_that_does_nothing_if_no_network.mdwn b/doc/todo/want_Cron.runPropellor_that_does_nothing_if_no_network.mdwn
index 8b2e4797..831dc1e0 100644
--- a/doc/todo/want_Cron.runPropellor_that_does_nothing_if_no_network.mdwn
+++ b/doc/todo/want_Cron.runPropellor_that_does_nothing_if_no_network.mdwn
@@ -1,4 +1,4 @@
-I don't have `Cron.runPropellor` on my laptop because it if often offline. But I would like a cronjob that tries to spin the host if its online. Mainly to keep sbuild chroots up-to-date.
+I don't have `Cron.runPropellor` on my laptop because it is often offline. But I would like a cronjob that tries to spin the host if it's online. Mainly to keep sbuild chroots up-to-date.
I was wondering what the cleanest way to implement this would be. `Cron.runPropellor` could be split into `Cron.runPropellor` and `Cron.runPropellorWhenOnline`, the latter of which does `wget http://google.com >/dev/null` and exits if that command fails.