Skip to content

Commit d484d73

Browse files
committed
Fixed typo
1 parent 991e019 commit d484d73

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/files.cf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1953,7 +1953,7 @@ body fsattrs immutable(CF_BOOL)
19531953
# files:
19541954
# "/etc/motd"
19551955
# content => "There are, in fact, rules. You have been notified.",
1956-
# fsatters => immutable("true"),
1956+
# fsattrs => immutable("true"),
19571957
# perms => mog( "644", "root", "root" );
19581958
# ````
19591959
{
@@ -1974,7 +1974,7 @@ body fsattrs is_immutable
19741974
# files:
19751975
# "/etc/motd"
19761976
# content => "There are, in fact, rules. You have been notified.",
1977-
# fsatters => is_immutable,
1977+
# fsattrs => is_immutable,
19781978
# perms => mog( "644", "root", "root" );
19791979
# ````
19801980
{
@@ -1995,7 +1995,7 @@ body fsattrs is_not_immutable
19951995
# files:
19961996
# "/etc/motd"
19971997
# content => "There are, in fact, rules. You have been notified.",
1998-
# fsatters => is_not_immutable,
1998+
# fsattrs => is_not_immutable,
19991999
# perms => mog( "644", "root", "root" );
20002000
# ````
20012001
{

0 commit comments

Comments
 (0)