diff options
author | Pete Higgins <pete@peterhiggins.org> | 2020-05-07 17:36:01 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-05-18 20:29:40 -0700 |
commit | 773c285b051b66224d91636b9c8069ce232901cb (patch) | |
tree | b2a521bad8c906e291c05ec1c6ab6b04642a4034 /omnibus/package-scripts | |
parent | a729c9be155e3d335fbd7bd165abd4ba9610943d (diff) | |
download | chef-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-x | omnibus/package-scripts/angrychef/postrm | 2 | ||||
-rwxr-xr-x | omnibus/package-scripts/chef/postrm | 2 |
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 |