Skip to content

Commit

Permalink
Fix typo in args.go, s/choosen/chosen
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
samueloph authored Jan 19, 2025
1 parent 059f7f2 commit 39aa4d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion args.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 39aa4d1

Please sign in to comment.