From cc9d1ba60300c6c3da29f5f3eb1cd04988f1aa0b Mon Sep 17 00:00:00 2001 From: Gwyneth Llewelyn Date: Fri, 7 Nov 2025 10:30:48 +0000 Subject: [PATCH] Docs: typo in comment --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index ded5d19..f8075b8 100644 --- a/main.go +++ b/main.go @@ -53,7 +53,7 @@ const ( ) // Configure the complex flagging system, which will also require loading from `config.ini` -// Note: flag.Tail() offers us all parameters at the end of the command line, we will use that to generate a list of images for the slideshow, but we cannot us that using pkg iniflags (gwyneth 20200711). +// Note: flag.Tail() offers us all parameters at the end of the command line, we will use that to generate a list of images for the slideshow, but we cannot use that using pkg iniflags (gwyneth 20200711). // main starts here. func main() {