chore: typo hunting ft. codespell

This commit is contained in:
casswedson 2022-04-03 15:19:15 -05:00 committed by Jesse Duffield
parent 3b5a019e1a
commit b7928042f0
11 changed files with 17 additions and 17 deletions

View file

@ -62,7 +62,7 @@ func main() {
flaggy.String(&gitDir, "g", "git-dir", "equivalent of the --git-dir git argument")
customConfig := ""
flaggy.String(&customConfig, "ucf", "use-config-file", "Comma seperated list to custom config file(s)")
flaggy.String(&customConfig, "ucf", "use-config-file", "Comma separated list to custom config file(s)")
flaggy.Parse()