From 595dd704bc765323a93254aa65f717e8f44218af Mon Sep 17 00:00:00 2001 From: David Harder Date: Fri, 22 Sep 2023 20:23:40 -0500 Subject: [PATCH] Appease codespell (#383) --- docs/packaging/procedures/release-processes.md | 2 +- docs/packaging/updating-an-existing-package.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/packaging/procedures/release-processes.md b/docs/packaging/procedures/release-processes.md index ba5afdd93..cfdb8e52f 100644 --- a/docs/packaging/procedures/release-processes.md +++ b/docs/packaging/procedures/release-processes.md @@ -40,7 +40,7 @@ Follow these steps to submit a package for deprecation: 5. Commit and push your changes to your repo/branch 6. Open a Pull Request on GitHub -If a deprecation depends on a packaging change landing before it can be properly deprecated without undesireable side effects on user systems, the GitHub deprecation Pull Request MUST link to the packaging change and declare it as a dependency for deprecation. +If a deprecation depends on a packaging change landing before it can be properly deprecated without undesirable side effects on user systems, the GitHub deprecation Pull Request MUST link to the packaging change and declare it as a dependency for deprecation. ### Un-deprecating a package diff --git a/docs/packaging/updating-an-existing-package.md b/docs/packaging/updating-an-existing-package.md index a82315222..06459f821 100644 --- a/docs/packaging/updating-an-existing-package.md +++ b/docs/packaging/updating-an-existing-package.md @@ -69,7 +69,7 @@ This can be achieved by doing `go-task bump`, which increments the release numbe ## Updating a Package -To update the package to a newer version, use the `yupdate` tool. This is located at `/usr/share/ypkg/yupdate.py`. We recommend setting an alias via your `.bashrc`, `.zshrc`, or method appropropriate to your shell. +To update the package to a newer version, use the `yupdate` tool. This is located at `/usr/share/ypkg/yupdate.py`. We recommend setting an alias via your `.bashrc`, `.zshrc`, or method appropriate to your shell. ```bash alias updatePackage='/usr/share/ypkg/yupdate.py'