fix "loose" typo (#33290)

This commit is contained in:
David Boucha 2016-05-16 17:13:40 -06:00 committed by Nicole Thomas
parent b7d98da64d
commit 757ef20a31
2 changed files with 2 additions and 2 deletions

View file

@ -80,7 +80,7 @@
# Cache the minion id to a file when the minion's id is not statically defined
# in the minion config. Defaults to "True". This setting prevents potential
# problems when automatic minion id resolution changes, which can cause the
# minion to loose connection with the master. To turn off minion id caching,
# minion to lose connection with the master. To turn off minion id caching,
# set this config to ``False``.
#minion_id_caching: True

View file

@ -279,7 +279,7 @@ Default: ``True``
Caches the minion id to a file when the minion's :minion_conf:`id` is not
statically defined in the minion config. This setting prevents potential
problems when automatic minion id resolution changes, which can cause the
minion to loose connection with the master. To turn off minion id caching,
minion to lose connection with the master. To turn off minion id caching,
set this config to ``False``.
For more information, please see `Issue #7558`_ and `Pull Request #8488`_.