From 98a776fc2dc56d1abee73e4d24476ac4eccfe4d7 Mon Sep 17 00:00:00 2001 From: spwhitton Date: Fri, 7 Dec 2018 22:15:18 +0000 Subject: typos --- doc/todo/want_Cron.runPropellor_that_does_nothing_if_no_network.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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. -- cgit v1.2.3