From 58279b42119b3c90f8fd30bd40fe8b811f8ee489 Mon Sep 17 00:00:00 2001 From: Alberto Planas Date: Mon, 17 Sep 2018 11:18:31 +0200 Subject: [PATCH] Documentation: fix typo in "equivalent" (cherry picked from commit a91676c2d5af2474961d09dca4793acaf9f3cbd6) --- doc/man/salt.7 | 2 +- doc/topics/tutorials/states_pt3.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/man/salt.7 b/doc/man/salt.7 index 72998c2dc9f3..a53471788246 100644 --- a/doc/man/salt.7 +++ b/doc/man/salt.7 @@ -45993,7 +45993,7 @@ moe: .UNINDENT .sp One way to think about this might be that the \fBgid\fP key is being assigned -a value equivelent to the following python pseudo\-code: +a value equivalent to the following python pseudo\-code: .INDENT 0.0 .INDENT 3.5 .sp diff --git a/doc/topics/tutorials/states_pt3.rst b/doc/topics/tutorials/states_pt3.rst index d401606b22c6..96e58a878571 100644 --- a/doc/topics/tutorials/states_pt3.rst +++ b/doc/topics/tutorials/states_pt3.rst @@ -141,7 +141,7 @@ The following example illustrates calling the ``group_to_gid`` function in the - gid: {{ salt['file.group_to_gid']('some_group_that_exists') }} One way to think about this might be that the ``gid`` key is being assigned -a value equivelent to the following python pseudo-code: +a value equivalent to the following python pseudo-code: .. code-block:: python