summaryrefslogtreecommitdiff
path: root/omnibus/package-scripts
diff options
context:
space:
mode:
authorPete Higgins <pete@peterhiggins.org>2020-05-07 17:36:01 -0700
committerTim Smith <tsmith84@gmail.com>2020-05-18 20:29:40 -0700
commit773c285b051b66224d91636b9c8069ce232901cb (patch)
treeb2a521bad8c906e291c05ec1c6ab6b04642a4034 /omnibus/package-scripts
parenta729c9be155e3d335fbd7bd165abd4ba9610943d (diff)
downloadchef-773c285b051b66224d91636b9c8069ce232901cb.tar.gz
More things clear of spellcheck violations.
Signed-off-by: Pete Higgins <pete@peterhiggins.org>
Diffstat (limited to 'omnibus/package-scripts')
-rwxr-xr-xomnibus/package-scripts/angrychef/postrm2
-rwxr-xr-xomnibus/package-scripts/chef/postrm2
2 files changed, 2 insertions, 2 deletions
diff --git a/omnibus/package-scripts/angrychef/postrm b/omnibus/package-scripts/angrychef/postrm
index a153da7102..0963b1d901 100755
--- a/omnibus/package-scripts/angrychef/postrm
+++ b/omnibus/package-scripts/angrychef/postrm
@@ -45,6 +45,6 @@ if [ ! -f /etc/redhat-release -a ! -f /etc/fedora-release -a ! -f /etc/system-re
# not a redhat-ish RPM-based system
cleanup_symlinks
elif [ "x$1" = "x0" ]; then
- # RPM-based system and we're deinstalling rather than upgrading
+ # RPM-based system and we're uninstalling rather than upgrading
cleanup_symlinks
fi
diff --git a/omnibus/package-scripts/chef/postrm b/omnibus/package-scripts/chef/postrm
index a153da7102..0963b1d901 100755
--- a/omnibus/package-scripts/chef/postrm
+++ b/omnibus/package-scripts/chef/postrm
@@ -45,6 +45,6 @@ if [ ! -f /etc/redhat-release -a ! -f /etc/fedora-release -a ! -f /etc/system-re
# not a redhat-ish RPM-based system
cleanup_symlinks
elif [ "x$1" = "x0" ]; then
- # RPM-based system and we're deinstalling rather than upgrading
+ # RPM-based system and we're uninstalling rather than upgrading
cleanup_symlinks
fi