summaryrefslogtreecommitdiff
path: root/doc/security.mdwn
diff options
context:
space:
mode:
authorJoey Hess2014-08-29 14:51:47 -0700
committerJoey Hess2014-08-29 14:51:47 -0700
commit7e64ee7334ba3f9eddc0540bfea7fde96f12ea96 (patch)
tree3cfac699305e585d2fb133f5baa5645f1df4d0cb /doc/security.mdwn
parent4f92a77e82f7c0a45c344b288c31f54ecb7af422 (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 075d68ec..5bc1e2f4 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 that that the $host needs, and sends it to to the
+extracts the private data that 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.