From 1fdf92cc6b57743c8a22bfe649d5663a5ff8870c Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Sat, 17 Aug 2019 09:47:13 +0000 Subject: [PATCH] Typo --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )