Hi,

While going through configuration.pm code from cvs, I found this. 

Thanks,
venki.

 

Index: Configuration.pm
===================================================================
RCS file:
/cvsroot/openca/openca-0.9/src/modules/openca-configuration/Configuration.pm,v
retrieving revision 1.5
diff -u -r1.5 Configuration.pm
--- Configuration.pm    20 Jan 2004 08:00:50 -0000      1.5
+++ Configuration.pm    2 Jun 2004 07:06:10 -0000
@@ -262,7 +262,7 @@
        my ( $ret, $par );
  
        foreach $par ( @keys ) {
-               $ret = $self->ceckParam( $par );
+               $ret = $self->checkParam( $par );
                return if ( not $ret);
        }




-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
Openca-Users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to