From 1bbfb90c3c00c33024b3c92f503bdd104a0ab00d Mon Sep 17 00:00:00 2001 From: Eric Melville Date: Fri, 5 Apr 2002 00:08:38 +0000 Subject: [PATCH] Spell "privileges" correctly. --- sys/alpha/osf1/osf1_misc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/alpha/osf1/osf1_misc.c b/sys/alpha/osf1/osf1_misc.c index cac8ad87009d..e75bdf999d3b 100644 --- a/sys/alpha/osf1/osf1_misc.c +++ b/sys/alpha/osf1/osf1_misc.c @@ -1039,10 +1039,10 @@ osf1_lseek(td, uap) * setuid() won't work. * * Instead, by P1003.1b-1993, setuid() is supposed to work like: - * If the process has appropriate [super-user] priviledges, the + * If the process has appropriate [super-user] privileges, the * setuid() function sets the real user ID, effective user * ID, and the saved set-user-ID to uid. - * If the process does not have appropriate priviledges, but uid + * If the process does not have appropriate privileges, but uid * is equal to the real user ID or the saved set-user-ID, the * setuid() function sets the effective user ID to uid; the * real user ID and saved set-user-ID remain unchanged by