doc: fix typo with salt.states.file: s/preseve/preserve/

This commit is contained in:
Daniel Hahler 2015-11-04 23:29:37 +01:00
parent 69081d00e0
commit eaf27d6ee7
2 changed files with 2 additions and 2 deletions

View file

@ -190846,7 +190846,7 @@ New in version 2015.5.0.
.sp
Set \fBpreserve: True\fP to preserve user/group ownership and mode
after copying. Default is \fBFalse\fP\&. If \fBpreseve\fP is set to \fBTrue\fP,
after copying. Default is \fBFalse\fP\&. If \fBpreserve\fP is set to \fBTrue\fP,
then user/group/mode attributes will be ignored.
.TP
.B user

View file

@ -3716,7 +3716,7 @@ def copy(
.. versionadded:: 2015.5.0
Set ``preserve: True`` to preserve user/group ownership and mode
after copying. Default is ``False``. If ``preseve`` is set to ``True``,
after copying. Default is ``False``. If ``preserve`` is set to ``True``,
then user/group/mode attributes will be ignored.
user