diff options
author | Ernie Hershey <github@ernie.org> | 2019-12-04 15:00:39 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-04 15:00:39 -0500 |
commit | 920cd781662c697b29fff1bb7340d5d98f70d9f3 (patch) | |
tree | 912be57cd96fea57937e7a1ee66236ff4b7b0d62 /omnibus_overrides.rb | |
parent | 80b05592b815b2e6f854f4631220245f191ea1b8 (diff) | |
download | chef-920cd781662c697b29fff1bb7340d5d98f70d9f3.tar.gz |
Tiny spelling typo and grammar
Signed-off-by: Ernie Hershey <github@ernie.org>
Diffstat (limited to 'omnibus_overrides.rb')
-rw-r--r-- | omnibus_overrides.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/omnibus_overrides.rb b/omnibus_overrides.rb index 81737b43e6..8b3ec50a1a 100644 --- a/omnibus_overrides.rb +++ b/omnibus_overrides.rb @@ -24,7 +24,7 @@ override "util-macros", version: "1.19.0" override "xproto", version: "7.0.28" override "zlib", version: "1.2.11" -# we build both a chef and ohai omnibus-software defintion which create the +# We build both chef and ohai omnibus-software definitions which creates the # chef-client and ohai binstubs. Out of the box the ohai definition uses whatever # is in master, which won't match what's in the Gemfile.lock and used by the chef # definition. This pin will ensure that ohai and chef-client commands use the |