Fix a typo.
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 16 Sep 2010 19:55:25 +0000 (19:55 +0000)
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 16 Sep 2010 19:55:25 +0000 (19:55 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34138 f5534014-38df-0310-8fa8-9805f1628bb7

wsutil/privileges.c

index 4cd1ae4adbed22651ac3a0ed15a709918be272a3..c0ae08d4794d365be44483826628e3cb7bb9260e 100644 (file)
@@ -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();