Merge pull request #28593 from blueyed/fix-typo-preserve

doc: fix typo with salt.states.file: s/preseve/preserve/
This commit is contained in:
Mike Place 2015-11-04 15:33:25 -07:00
commit 73c33e0b4a
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