summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Grangaard <granny-github@ofb.net>2011-07-19 13:11:18 -0700
committerBryan McLellan <btm@opscode.com>2012-02-16 10:30:36 -0800
commit2d9cd55cfbbd57ba46528f49c5f8f50100ac4771 (patch)
treef24bc98491b6bad8218c2de61cab5f3a05909c28
parentc462f595674cd6a270f3e57366b352fa397b9b2a (diff)
downloadchef-2d9cd55cfbbd57ba46528f49c5f8f50100ac4771.tar.gz
Fixes spelling of privileges
-rw-r--r--chef/lib/chef/daemon.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef/lib/chef/daemon.rb b/chef/lib/chef/daemon.rb
index 1b9db3ba2b..bb5ccf753a 100644
--- a/chef/lib/chef/daemon.rb
+++ b/chef/lib/chef/daemon.rb
@@ -40,7 +40,7 @@ class Chef
exit if fork
Process.setsid
exit if fork
- Chef::Log.info("Forked, in #{Process.pid}. Priveleges: #{Process.euid} #{Process.egid}")
+ Chef::Log.info("Forked, in #{Process.pid}. Privileges: #{Process.euid} #{Process.egid}")
File.umask Chef::Config[:umask]
$stdin.reopen("/dev/null")
$stdout.reopen("/dev/null", "a")