From b317b66317b6f01447897cebcc54018c530b4dab Mon Sep 17 00:00:00 2001 From: David Wilson Date: Wed, 13 Feb 2019 17:29:47 +0000 Subject: [PATCH] issue #541: changelog typos. --- docs/changelog.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 8d246e98..800ac164 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -152,8 +152,8 @@ Fixes * `#541 `_: Python error logs originating from the ``boto`` package are quiesced, and appear only in - ``-vvv`` output. This is since many EC2 modules triggers errors during normal - operation, in the process of retrying transiently failing requests. + ``-vvv`` output. This is since EC2 modules may trigger errors during normal + operation, when retrying transiently failing requests. * `748f5f67 `_: the ``ansible_ssh_host`` variable is respected when ``mitogen_via=`` is active.