commit: ac0681731e259ab9e2d8f5b65e008d296cde369e
Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 20 07:11:00 2021 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sat Feb 6 15:10:48 2021 +0000
URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=ac068173
genkernel.conf: typo fix: s/staticly/statically/
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
genkernel.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/genkernel.conf b/genkernel.conf
index fdf00fa..a8507d1 100644
--- a/genkernel.conf
+++ b/genkernel.conf
@@ -347,7 +347,7 @@ DEFAULT_KERNEL_SOURCE="/usr/src/linux"
# in /usr/share/genkernel/defaults/modules_load (see this file for
# more details). This would be used if, for example, you
# required an additional crypto module or network device at boot
-# time and did not want to staticly compile these in the kernel.
+# time and did not want to statically compile these in the kernel.
# Options take the form AMODULES_{group} where {group} is one of
# the groups in modules_load (which are in the form MODULES_{group}).
# Use this with caution.