From f95aadc3c570975269f5985f512f125f00f6f6ed Mon Sep 17 00:00:00 2001 From: David Wilson Date: Mon, 19 Aug 2019 00:18:54 +0100 Subject: [PATCH] docs: another Changelog typo. --- docs/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index d176ccaf..baecc96b 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -264,7 +264,7 @@ Core Library unidirectional routing, where contexts may optionally only communicate with parents and never siblings (so that air-gapped networks cannot be unintentionally bridged) was not inherited when a child was initiated - directly from an another child. This did not effect Ansible, since the + directly from another child. This did not effect Ansible, since the controller initiates any new child used for routing, only forked tasks are initiated by children.