grim/convey

Fix codespell issues

11 months ago, Elliott Sales de Andrade
1b692d310d7e
Parents 6568ae3e734f
Children c6695a974177
Fix codespell issues

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

Reviewed at https://reviews.imfreedom.org/r/2453/
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/.codespellrc Tue May 23 00:15:02 2023 -0500
@@ -0,0 +1,2 @@
+[codespell]
+skip = .hg
--- a/ChangeLog Sun Apr 10 03:09:00 2022 -0500
+++ b/ChangeLog Tue May 23 00:15:02 2023 -0500
@@ -133,7 +133,7 @@
* Added support for disabling stages (fixes #33)
* Added support for aliasing the default plan (fixes #56)
* Added support for metaplans (fixes #82)
- * Added support for making sure there are SSH identies available when using
+ * Added support for making sure there are SSH identities available when using
--ssh-agent. (Fixes #84)
* Added support for convey.yml and convey.yaml. (Fixes #81)
* Updated the graphviz colors by removing the yellow colors and added a
--- a/README.md Sun Apr 10 03:09:00 2022 -0500
+++ b/README.md Tue May 23 00:15:02 2023 -0500
@@ -18,7 +18,7 @@
## Status
This project has been used for awhile in production environment, but every
-evironment is different. So, if you find issues, or are looking for ways to
+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).
--- a/docs/docker.md Sun Apr 10 03:09:00 2022 -0500
+++ b/docs/docker.md Tue May 23 00:15:02 2023 -0500
@@ -156,7 +156,7 @@
```yaml
registry-logout:
type: docker/logout
- server: regsitry.my.domain:5000
+ server: registry.my.domain:5000
```
----
--- a/docs/examples.md Sun Apr 10 03:09:00 2022 -0500
+++ b/docs/examples.md Tue May 23 00:15:02 2023 -0500
@@ -56,7 +56,7 @@
## Metaplans
-You can use metaplans to group seperate plans into a single plan.
+You can use metaplans to group separate plans into a single plan.
```yaml
default-plan: everything
--- a/docs/podman.md Sun Apr 10 03:09:00 2022 -0500
+++ b/docs/podman.md Tue May 23 00:15:02 2023 -0500
@@ -68,7 +68,7 @@
```yaml
registry-logout:
type: podman/logout
- registry: regsitry.my.domain:5000
+ registry: registry.my.domain:5000
```
----