Docs: typo in comment

This commit is contained in:
Gwyneth Llewelyn
2025-11-07 10:30:48 +00:00
parent 7373ed3f1c
commit cc9d1ba603
+1 -1
View File
@@ -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() {