From 620a6c41853956aa2bed4882c010a2722d028780 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Thu, 30 Aug 2012 22:58:09 -0400 Subject: [PATCH] Grammar fix --- rst/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rst/index.rst b/rst/index.rst index 970724f2a77..fdac49ee0c8 100644 --- a/rst/index.rst +++ b/rst/index.rst @@ -78,7 +78,7 @@ Architecture | Lower Attack Surface, No Agents | Ansible is very secure. Ansible uses SSH as a transport, | | | resulting in a much lower attack surface, and requires no agents | | | to be running on managed machines. If a central server | -| | containing your playbooks are comprimised, your nodes are not -- | +| | containing your playbooks is compromised, your nodes are not -- | | | which is NOT the case of most other tools, which can, more or | | | less, turn into a botnet. Our security approach is to avoid | | | writing custom crypto code altogether, and rely on the most |