commit: 3286edf1c8b4cea0f5770bcf6aa4e289bd06d82f Author: Stephen Reaves <reaves735 <AT> gmail <DOT> com> AuthorDate: Wed Jan 9 22:42:40 2019 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Sun Feb 26 23:07:05 2023 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=3286edf1
Fixed typo Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> examples/stage4_template.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/stage4_template.spec b/examples/stage4_template.spec index a7a3e766..02910c88 100644 --- a/examples/stage4_template.spec +++ b/examples/stage4_template.spec @@ -129,7 +129,7 @@ stage4/motd: # This is for blacklisting modules from being hotplugged that are known to cause # problems. Putting a module name here will keep it from being auto-loaded, -# even if ti is detected by hotplug. +# even if it is detected by hotplug. # example: # stage4/modblacklist: 8139cp stage4/modblacklist:
