From 5381ef517507dc338c297c42928ecf543577e26e Mon Sep 17 00:00:00 2001 From: Robert Scheck Date: Sep 09 2021 23:22:48 +0000 Subject: Correct typo (fooar → foobar) --- diff --git a/guidelines/modules/ROOT/pages/index.adoc b/guidelines/modules/ROOT/pages/index.adoc index 59536a8..c8c2bef 100644 --- a/guidelines/modules/ROOT/pages/index.adoc +++ b/guidelines/modules/ROOT/pages/index.adoc @@ -1683,7 +1683,7 @@ If the source code of the package provides a test suite, it should be executed i If you install a sysctl configuration snippet foobar.conf into %\{_sysctldir} (/usr/lib/sysctl.d/) you must invoke %sysctl_apply in your %post section: .... -%sysctl_apply fooar.conf +%sysctl_apply foobar.conf .... If you install a binfmt configuration snippet waldo.conf into %\{_binfmtdir} (/usr/lib/binfmt.d/) you must invoke %binfmt_apply in your %post section: