summaryrefslogtreecommitdiff
path: root/wsutil/privileges.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2010-09-16 19:55:25 +0000
committerGerald Combs <gerald@wireshark.org>2010-09-16 19:55:25 +0000
commit15e9e0644826314c077a24a79bcc643c9c7464dd (patch)
tree2b4254de6be32c99acd34307b7a25e9cf01d4041 /wsutil/privileges.c
parenta87bdf9660f26c48ed0024d7db286fee7ddf1280 (diff)
downloadwireshark-15e9e0644826314c077a24a79bcc643c9c7464dd.tar.gz
Fix a typo.
svn path=/trunk/; revision=34138
Diffstat (limited to 'wsutil/privileges.c')
-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();