From a128b6efbd4e99b34279072ce6b01738ab7f5b8e Mon Sep 17 00:00:00 2001 From: CJ Oster Date: Jul 24 2020 20:01:11 +0000 Subject: Fixes small typo --- diff --git a/guidelines/modules/ROOT/pages/Scriptlets.adoc b/guidelines/modules/ROOT/pages/Scriptlets.adoc index 519f531..8b0ff32 100644 --- a/guidelines/modules/ROOT/pages/Scriptlets.adoc +++ b/guidelines/modules/ROOT/pages/Scriptlets.adoc @@ -114,7 +114,7 @@ The scriptlets in %pre and %post are respectively run before and after a package 10. (removal of old package) 11. %postun of old package 12. %triggerpostun of old package (if it's set off by uninstalling the old package) -13. %triggerpostun of other packages (if they're setu off by uninstalling the old package) +13. %triggerpostun of other packages (if they're set off by uninstalling the old package) 14. %posttrans of new package [#pretrans]