From 31013048af5c55fb89841ed961494d3b211d1879 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 8 Oct 2021 23:59:18 +0200 Subject: [Typo] Fix comment --- getgopt.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getgopt.go b/getgopt.go index 166430a..684d66f 100644 --- a/getgopt.go +++ b/getgopt.go @@ -77,7 +77,7 @@ func parseArgs(optstring string) { * returned. This makes it very easy to incorperate into a for/while loop. */ func Getopt(argc int, argv []string, optstring string, optptr *byte) bool { - /* If we havem't parsed the optstring yet, parse it */ + /* If we haven't parsed the optstring yet, parse it */ if !parsed { parseArgs(optstring) parsed = true -- cgit v1.2.3