From 12cd717d612fe8170f53f5f8377137e1b41db015 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 11 Apr 2012 21:38:10 +0000 Subject: misc documentation spelling fixes Found via rdoc-spellcheck --- lib/unicorn/worker.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/unicorn/worker.rb') diff --git a/lib/unicorn/worker.rb b/lib/unicorn/worker.rb index cd41e22..1fb6a4a 100644 --- a/lib/unicorn/worker.rb +++ b/lib/unicorn/worker.rb @@ -63,13 +63,13 @@ class Unicorn::Worker # Changes the worker process to the specified +user+ and +group+ # This is only intended to be called from within the worker # process from the +after_fork+ hook. This should be called in - # the +after_fork+ hook after any priviledged functions need to be + # the +after_fork+ hook after any privileged functions need to be # run (e.g. to set per-worker CPU affinity, niceness, etc) # # Any and all errors raised within this method will be propagated # directly back to the caller (usually the +after_fork+ hook. # These errors commonly include ArgumentError for specifying an - # invalid user/group and Errno::EPERM for insufficient priviledges + # invalid user/group and Errno::EPERM for insufficient privileges def user(user, group = nil) # we do not protect the caller, checking Process.euid == 0 is # insufficient because modern systems have fine-grained -- cgit v1.2.3-24-ge0c7