summaryrefslogtreecommitdiff
path: root/doc/security.mdwn
diff options
context:
space:
mode:
authorJoey Hess2014-10-24 09:59:01 -0400
committerJoey Hess2014-10-24 09:59:01 -0400
commitd33114e9383cbd285ef909d0ede37f3b30d8b263 (patch)
treea5349cc6880ce1e71c8a093701e619e146e47c22 /doc/security.mdwn
parent3959d5be901121cc697316837b96b6bdc37248d2 (diff)
typo
Diffstat (limited to 'doc/security.mdwn')
-rw-r--r--doc/security.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/security.mdwn b/doc/security.mdwn
index 5bc1e2f4..fb174cb7 100644
--- a/doc/security.mdwn
+++ b/doc/security.mdwn
@@ -28,7 +28,7 @@ in cleartext private data such as passwords, ssh private keys, etc.
Instead, `propellor --spin $host` looks for a
`~/.propellor/privdata/privdata.gpg` file and if found decrypts it,
-extracts the private data that that the $host needs, and sends it to to the
+extracts the private data that the $host needs, and sends it to to the
$host using ssh. This lets a host know its own private data, without
seeing all the rest.