diff --git a/config/config.go b/config/config.go index 25eccd6..11302e7 100644 --- a/config/config.go +++ b/config/config.go @@ -34,7 +34,7 @@ type ArtifactType int const ( // KernelModule is any kind of kernel module KernelModule ArtifactType = iota - // KernelExploit is the privelege escalation exploit + // KernelExploit is the privilege escalation exploit KernelExploit )