From b64a31d1d9c3997c4456dfd3aaddd75b074e9fbb Mon Sep 17 00:00:00 2001 From: Paul Nasrat Date: Mon, 15 Aug 2005 15:12:41 +0000 Subject: 165934 typo --- textw/network_text.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'textw/network_text.py') diff --git a/textw/network_text.py b/textw/network_text.py index f39d237e2..d960f18b7 100644 --- a/textw/network_text.py +++ b/textw/network_text.py @@ -325,7 +325,7 @@ class NetworkGlobalWindow: # good a place as any for this stuff. if id.instClass.name != "kickstart": import security - id.instClass.setFirwall (id, ports = ["22:tcp"]) + id.instClass.setFirewall (id, ports = ["22:tcp"]) id.instClass.setSELinux (id, security.SEL_ENFORCING) screen.popWindow() -- cgit