diff options
author | Lukáš Nykrýn <lnykryn@redhat.com> | 2017-09-12 18:28:21 +0200 |
---|---|---|
committer | Felipe Sateler <fsateler@users.noreply.github.com> | 2017-09-12 13:28:21 -0300 |
commit | 9c63ba988d7ddfbdff7daa27fcf67ce25505c15b (patch) | |
tree | ff36d2870389c1cd14908a572784ba3cef3dc909 /tmpfiles.d | |
parent | 3e2e6605847ba1db2fb8aa9266e2f11610dc274a (diff) | |
download | systemd-9c63ba988d7ddfbdff7daa27fcf67ce25505c15b.tar.gz |
tmpfiles.d/journal-nocow: fix typo (#6804)
Diffstat (limited to 'tmpfiles.d')
-rw-r--r-- | tmpfiles.d/journal-nocow.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpfiles.d/journal-nocow.conf b/tmpfiles.d/journal-nocow.conf index e7938c8911..e32a38855a 100644 --- a/tmpfiles.d/journal-nocow.conf +++ b/tmpfiles.d/journal-nocow.conf @@ -8,7 +8,7 @@ # See tmpfiles.d(5) for details # Set the NOCOW attribute for directories of journal files. This flag -# is inheredited by their new files and sub-directories. Matters only +# is inherited by their new files and sub-directories. Matters only # for btrfs filesystems. # # WARNING: Enabling the NOCOW attribute improves journal performance |