From cb31546c6b684fb197e35442f8a45af56b31be01 Mon Sep 17 00:00:00 2001 From: miloschwartz Date: Fri, 17 Jul 2026 10:15:11 -0400 Subject: [PATCH] fix spelling in installer --- install/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/main.go b/install/main.go index 001f09a52..13afbaca3 100644 --- a/install/main.go +++ b/install/main.go @@ -76,7 +76,7 @@ var redisFlag *bool func main() { crowdsecFlag := flag.Bool("crowdsec", false, "Enable the CrowdSec installation prompt") - redisFlag = flag.Bool("redis", false, "Install Redis as cacheing solution. Required for HA. Not required for the Enterprise version.") + redisFlag = flag.Bool("redis", false, "Install Redis as caching solution. Required for HA. Not required for the Enterprise version.") flag.Parse() // print a banner about prerequisites - opening port 80, 443, 51820, and 21820 on the VPS and firewall and pointing your domain to the VPS IP with a records. Docs are at http://localhost:3000/Getting%20Started/dns-networking