Documentation: fix typo in "equivalent"

(cherry picked from commit a91676c2d5)
This commit is contained in:
Alberto Planas 2018-09-17 11:18:31 +02:00
parent a16461b1ba
commit 58279b4211
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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