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