Fix typo mutliple -> multiple

This commit is contained in:
Benjamin Drung 2016-04-04 14:51:39 +02:00
parent 0f2c779b90
commit 68c60903aa

View file

@ -1733,7 +1733,7 @@ def config_unset(name,
.. note::
This option behaves differently depending on whether or not ``all``
is set to ``True``. If it is, then all values matching the regex
will be deleted (this is the only way to delete mutliple values
will be deleted (this is the only way to delete multiple values
from a multivar). If ``all`` is set to ``False``, then this state
will fail if the regex matches more than one value in a multivar.