grim/convey

Fix codespell issues

12 months ago, Elliott Sales de Andrade
1b692d310d7e
Fix codespell issues

Testing Done:
Ran `convey run everything`; no errors from codespell.

Reviewed at https://reviews.imfreedom.org/r/2453/
package globals
type Globals struct {
Color bool `kong:"flag,help='Enable colorized output.',default='1'"`
Verbose bool `kong:"flag,help='Be more verbose',short='v',default='0'"`
}