From 15e9e0644826314c077a24a79bcc643c9c7464dd Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Thu, 16 Sep 2010 19:55:25 +0000 Subject: Fix a typo. svn path=/trunk/; revision=34138 --- wsutil/privileges.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wsutil/privileges.c') diff --git a/wsutil/privileges.c b/wsutil/privileges.c index 4cd1ae4adb..c0ae08d479 100644 --- a/wsutil/privileges.c +++ b/wsutil/privileges.c @@ -168,7 +168,7 @@ static gboolean init_process_polices_called = FALSE; * That'd be the real and effective UID and GID on UNIX. */ void -init_process_polices(void) +init_process_policies(void) { ruid = getuid(); euid = geteuid(); -- cgit v1.2.1