summaryrefslogtreecommitdiff
path: root/doc/automated_spins.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/automated_spins.mdwn')
-rw-r--r--doc/automated_spins.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/automated_spins.mdwn b/doc/automated_spins.mdwn
index 34f04683..a0535133 100644
--- a/doc/automated_spins.mdwn
+++ b/doc/automated_spins.mdwn
@@ -41,7 +41,7 @@ You can add a central git repository to your existing propellor setup easily:
it differs from the url above, by setting up a remote named "deploy":
`cd ~/.propellor/; git remote add deploy git://git.example.com/propellor.git`
-3. Add a crom job property to your hosts, which will make them periodically
+3. Add a cron job property to your hosts, which will make them periodically
check for changes that were committed to the central repository:
`Cron.runPropellor (Cron.Times "*/30 * * * *")`