grim/convey

Fix codespell issues

11 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/
# Convey
[ ![Issues](https://img.shields.io/badge/Issues-YouTrack-ee3b8b.svg) ](https://issues.imfreedom.org/issues/CONVEY?u=1)
Convey is a pipeline for running containers and protecting the host as much as
possible. It accomplishes this goal by creating a volume and making it
available to each item in the pipeline.
## Documentation
Full documentation is available at
[docs.imfreedom.org/convey](https://docs.imfreedom.org/convey/).
## License
GPLv3+
## Status
This project has been used for awhile in production environment, but every
environment is different. So, if you find issues, or are looking for ways to
help, please check out our
[issue tracker](https://issues.imfreedom.org/issues/CONVEY?u=1).
## Building
```
$ go build
```