From e195063f15b6fc5d36ab8b3228c93461bfb0b19d Mon Sep 17 00:00:00 2001 From: Rachad-Alabi-Adekambi Date: Wed, 13 Aug 2025 13:08:52 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20typo:=20'heirarchy'=20=E2=86=92=20'hierar?= =?UTF-8?q?chy'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ipv6planner.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipv6planner.go b/ipv6planner.go index f1e532f..03eb516 100644 --- a/ipv6planner.go +++ b/ipv6planner.go @@ -288,7 +288,7 @@ func generateIPv6Plan(subnet string, popCount, preferredSize int, subnetLevels [ func outputText(plan IPv6Plan) { fmt.Printf("This tool is not intended to provide a comprehensive address plan.\n") - fmt.Printf("It should be used to generate a top level heirarchy of IPv6 address plans.\n") + fmt.Printf("It should be used to generate a top level hierarchy of IPv6 address plans.\n") fmt.Printf("IPv6 Address Plan\n") fmt.Printf("Base Subnet: %s\n", plan.BaseSubnet) fmt.Printf("Number of POPs: %d\n", plan.POPCount)