diff --git a/internal/config/globals.go b/internal/config/globals.go index 33f5c03..1c82dfb 100644 --- a/internal/config/globals.go +++ b/internal/config/globals.go @@ -52,7 +52,7 @@ var ( // HTTPPort is defined via our toml configuration file. It is the port that HellPot listens on. HTTPPort string // HeaderName is defined via our toml configuration file. It is the HTTP Header containing the original IP of the client, - // in traditional reverse Proxy deplyoments. + // in traditional reverse Proxy deployments. HeaderName string // Paths are defined via our toml configuration file. These are the paths that HellPot will present for "robots.txt"