From 7f82db2e64c906d1947d27d761b22141b596c609 Mon Sep 17 00:00:00 2001 From: Daouda Lo Date: Tue, 23 Jul 2002 13:23:33 +0000 Subject: - fix typo: s/%%options;/%%options/ --- perl-install/security/msec.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/security/msec.pm b/perl-install/security/msec.pm index b72eff822..39eddeb92 100644 --- a/perl-install/security/msec.pm +++ b/perl-install/security/msec.pm @@ -83,7 +83,7 @@ sub sec_options { ("DrakSec Advanced Options"), ("For explanations on the following options, click on the Help button"), [ - %options; + %options ], ); } -- cgit v1.2.1