From 155e7f39ce86bdc58e103be0e6c786df26f04c73 Mon Sep 17 00:00:00 2001 From: co63oc Date: Tue, 6 May 2025 14:47:37 +0800 Subject: Fix typos --- count.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'count.go') diff --git a/count.go b/count.go index a0b2679..d49c014 100644 --- a/count.go +++ b/count.go @@ -85,7 +85,7 @@ func (f *FlagSet) CountP(name, shorthand string, usage string) *int { // Count defines a count flag with specified name, default value, and usage string. // The return value is the address of an int variable that stores the value of the flag. -// A count flag will add 1 to its value evey time it is found on the command line +// A count flag will add 1 to its value every time it is found on the command line func Count(name string, usage string) *int { return CommandLine.CountP(name, "", usage) } -- cgit v1.2.3