aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
diff options
context:
space:
mode:
Diffstat (limited to 'wsutil')
-rw-r--r--wsutil/privileges.c2
1 files changed, 1 insertions, 1 deletions
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();