typo: chache → cache (#6864)

This commit is contained in:
Ansgar Burchardt 2017-09-19 06:48:09 +02:00 committed by Zbigniew Jędrzejewski-Szmek
parent 6cc9a5bf42
commit e80f1a7928
1 changed files with 2 additions and 2 deletions

View File

@ -682,11 +682,11 @@ d /var/tmp/abrt 0755 abrt abrt -
r! /var/cache/dnf/*/*/download_lock.pid
r! /var/cache/dnf/*/*/metadata_lock.pid
r! /var/lib/dnf/rpmdb_lock.pid
e /var/chache/dnf/ - - - 30d
e /var/cache/dnf/ - - - 30d
</programlisting>
<para>The lock files will be removed during boot. Any files and directories in
<filename>/var/chache/dnf/</filename> will be removed after they have not been
<filename>/var/cache/dnf/</filename> will be removed after they have not been
accessed in 30 days.</para>
</example>