From d8e71799e7506ca6fbb01af4611f54a228aa9881 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Fri, 27 Apr 2018 05:01:59 +0100 Subject: [PATCH] docs: typo --- docs/ansible.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ansible.rst b/docs/ansible.rst index aef27b92..ebd3846a 100644 --- a/docs/ansible.rst +++ b/docs/ansible.rst @@ -167,7 +167,7 @@ Connection Delegation Included is a preview of **Connection Delegation**, a Mitogen-specific implementation of `stackable connection plug-ins`_. This enables multi-hop -connections via a bastion, or Docker/LCX connections delegated via their host +connections via a bastion, or Docker/LXC connections delegated via their host machine, where reaching the host may itself entail recursive delegation. .. _Stackable connection plug-ins: https://github.com/ansible/proposals/issues/25