summaryrefslogtreecommitdiff
path: root/lib/chef/provider
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-04-30 15:45:01 -0700
committerTim Smith <tsmith84@gmail.com>2020-04-30 15:45:01 -0700
commitdaacd3b8ba731755c5cb3fdb683194fce6a01f62 (patch)
tree407820065357614229ef6b3de5c22e4d299fe16e /lib/chef/provider
parent015b9fe8e4b0927fc9cb629c9cdaf434bbf1fac9 (diff)
downloadchef-daacd3b8ba731755c5cb3fdb683194fce6a01f62.tar.gz
OS X -> macOS
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/provider')
-rw-r--r--lib/chef/provider/user/dscl.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/provider/user/dscl.rb b/lib/chef/provider/user/dscl.rb
index 34c5e82d45..39faa3d45c 100644
--- a/lib/chef/provider/user/dscl.rb
+++ b/lib/chef/provider/user/dscl.rb
@@ -28,7 +28,7 @@ class Chef
class User
#
# The most tricky bit of this provider is the way it deals with user passwords.
- # Mac OS X has different password shadow calculations based on the version.
+ # macOS has different password shadow calculations based on the version.
# < 10.7 => password shadow calculation format SALTED-SHA1
# => stored in: /var/db/shadow/hash/#{guid}
# => shadow binary length 68 bytes