Fix typo
[cascardo/ipsilon.git] / ipsilon / login / authpam.py
index 14ebae4..378cfb6 100755 (executable)
@@ -187,10 +187,10 @@ class Installer(object):
         po.set_config(globalconf)
         po.save_plugin_config(FACILITY)
 
-        # for selinux enabled platfroms, ignore if it fails just report
+        # for selinux enabled platforms, ignore if it fails just report
         try:
             subprocess.call(['/usr/sbin/setsebool', '-P',
                              'httpd_mod_auth_pam=on',
-                             'httpd_tmp_t=on'])
+                             'httpd_tmp_exec=on'])
         except Exception:  # pylint: disable=broad-except
             pass