aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2010-09-16 19:55:25 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2010-09-16 19:55:25 +0000
commit784e52515253dba9c527a8aa84df8e1a22d08f0b (patch)
tree2b4254de6be32c99acd34307b7a25e9cf01d4041
parente44e7544c6768f4aca88b4d81ab5fdd8f1578fdc (diff)
Fix a typo.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34138 f5534014-38df-0310-8fa8-9805f1628bb7
-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();