From 39aa4d1e9af062b46600b53c27f1d6ae104f3f10 Mon Sep 17 00:00:00 2001 From: Samuel Henrique Date: Sun, 19 Jan 2025 15:24:00 +0000 Subject: [PATCH] Fix typo in args.go, s/choosen/chosen While packaging powerline-go for Debian, our linter tool (lintian) spotted this typo. PS. powerline-go is now in the Debian repositories and will start showing up in derivatives. --- args.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/args.go b/args.go index 1d5cc88f..cabfd1da 100644 --- a/args.go +++ b/args.go @@ -200,7 +200,7 @@ var args = arguments{ "time", defaults.Time, comments("The layout string how a reference time should be represented.", - "The reference time is predefined and not user choosen.", + "The reference time is predefined and not user chosen.", "Consult the golang documentation for details: https://pkg.go.dev/time#example-Time.Format")), DurationMin: flag.String( "duration-min",