Fix typo in Ansible documentation

This commit is contained in:
Nicolas Mattia 2020-06-26 12:21:44 +02:00
parent 3a52b44b6b
commit 4d48f140a8
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ Mitogen for Ansible
**Mitogen for Ansible** is a completely redesigned UNIX connection layer and **Mitogen for Ansible** is a completely redesigned UNIX connection layer and
module runtime for `Ansible`_. Requiring minimal configuration changes, it module runtime for `Ansible`_. Requiring minimal configuration changes, it
updates Ansible's slow and wasteful shell-centic implementation with updates Ansible's slow and wasteful shell-centric implementation with
pure-Python equivalents, invoked via highly efficient remote procedure calls to pure-Python equivalents, invoked via highly efficient remote procedure calls to
persistent interpreters tunnelled over SSH. No changes are required to target persistent interpreters tunnelled over SSH. No changes are required to target
hosts. hosts.