From 88545b02922498689136a13abfb5a9ff0e203bec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D0=B4=D1=80=D0=B5=D0=B9=20=D0=A7=D0=B5=D1=80?= =?UTF-8?q?=D0=B5=D0=B2=D0=B0=D1=82=D0=BA=D0=B8=D0=BD?= Date: Sun, 17 Feb 2019 08:32:32 +0400 Subject: [PATCH] Correct minor typo in filesystem module docs (#52413) Changed 'filesytem' to 'filesystem' --- lib/ansible/modules/system/filesystem.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/system/filesystem.py b/lib/ansible/modules/system/filesystem.py index 7b99722bd64..4fe1cef922c 100644 --- a/lib/ansible/modules/system/filesystem.py +++ b/lib/ansible/modules/system/filesystem.py @@ -46,7 +46,7 @@ options: default: 'no' resizefs: description: - - If C(yes), if the block device and filesytem size differ, grow the filesystem into the space. + - If C(yes), if the block device and filesystem size differ, grow the filesystem into the space. - Supported for C(ext2), C(ext3), C(ext4), C(ext4dev), C(f2fs), C(lvm), C(xfs), C(vfat), C(swap) filesystems. - XFS Will only grow if mounted. - vFAT will likely fail if fatresize < 1.04.