summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-10-22 08:27:03 -0700
committerGitHub <noreply@github.com>2019-10-22 08:27:03 -0700
commite3b02304449bfecc96cb4632185c5fe2cb9f900e (patch)
tree91c49f2040480b19067b4b186eaceb4a4625d2c6
parentbe576adb24012a5052d37d11fac1297ff298c011 (diff)
parent8b1c2e814818647d5f504a2fd0e008da8118e9f5 (diff)
downloadchef-e3b02304449bfecc96cb4632185c5fe2cb9f900e.tar.gz
Merge pull request #9016 from pombredanne/pombredanne-license-typos
correct typos in license headers
-rw-r--r--lib/chef/resource/locale.rb2
-rw-r--r--spec/unit/knife/cookbook_show_spec.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/resource/locale.rb b/lib/chef/resource/locale.rb
index 8edb278e48..2aba948b5d 100644
--- a/lib/chef/resource/locale.rb
+++ b/lib/chef/resource/locale.rb
@@ -11,7 +11,7 @@
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific slanguage governing permissions and
+# See the License for the specific language governing permissions and
# limitations under the License.
#
diff --git a/spec/unit/knife/cookbook_show_spec.rb b/spec/unit/knife/cookbook_show_spec.rb
index 6054f8c6b6..b1e7d60e5b 100644
--- a/spec/unit/knife/cookbook_show_spec.rb
+++ b/spec/unit/knife/cookbook_show_spec.rb
@@ -1,7 +1,7 @@
#
# Author:: Adam Jacob (<adam@chef.io>)
# Copyright:: Copyright 2008-2017, Chef Software Inc.
-# License:: Apache License, eersion 2.0
+# License:: Apache License, version 2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.