From 96a3aea1cc680050c5c5afa07552787a18df6958 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 21 Jun 2005 12:43:35 +0000 Subject: fix typo --- perl-install/network/pxe.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/network/pxe.pm b/perl-install/network/pxe.pm index d0c9a384a..cca17a7c9 100644 --- a/perl-install/network/pxe.pm +++ b/perl-install/network/pxe.pm @@ -239,7 +239,7 @@ sub list_profiles { sort(uniq(map { keys %{$profiles_conf->{profiles}{$_}} } qw(boot install))); } -sub profiles_exist { +sub profile_exists { my ($profiles_conf, $profile) = @_; member($profile, network::pxe::list_profiles($profiles_conf)); } -- cgit v1.2.1