fixed typo

This commit is contained in:
Len Kranendonk 2004-07-29 13:03:53 +00:00
parent 3c2d3d15f6
commit c136f346e7
2 changed files with 2 additions and 2 deletions

View file

@ -91,7 +91,7 @@ The path to the WebGUI installation.
=cut
sub laodAllConfigs {
sub loadAllConfigs {
my $webguiPath = shift;
opendir(DIR,$webguiPath."/etc");
my @files = readdir(DIR);