ci: add typo detection (#3327)

And fix them.
This commit is contained in:
Ammar Bandukwala
2022-08-01 09:29:52 -04:00
committed by GitHub
parent eb514357bb
commit 19fcf60864
25 changed files with 63 additions and 30 deletions

View File

@ -41,7 +41,7 @@ type ProvisionerDaemon struct {
Provisioners []ProvisionerType `json:"provisioners"`
}
// ProvisionerJobStaus represents the at-time state of a job.
// ProvisionerJobStatus represents the at-time state of a job.
type ProvisionerJobStatus string
// Active returns whether the job is still active or not.