From 609aad86df9e8193fd1049d0b816e7c01428068d Mon Sep 17 00:00:00 2001 From: Muzucode Date: Tue, 14 May 2024 20:23:59 -0400 Subject: [PATCH] Fix typo --- internal/config/globals.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"