From c136f346e7cdb2b0729148a06576a1cb286cca46 Mon Sep 17 00:00:00 2001 From: Len Kranendonk Date: Thu, 29 Jul 2004 13:03:53 +0000 Subject: [PATCH] fixed typo --- lib/WebGUI/Config.pm | 2 +- sbin/preload.perl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/WebGUI/Config.pm b/lib/WebGUI/Config.pm index 4611845c0..45bbb0a05 100644 --- a/lib/WebGUI/Config.pm +++ b/lib/WebGUI/Config.pm @@ -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); diff --git a/sbin/preload.perl b/sbin/preload.perl index c48ca3ea5..68d258eff 100644 --- a/sbin/preload.perl +++ b/sbin/preload.perl @@ -211,7 +211,7 @@ use WebGUI::Macro::Navigation (); #---------------------------------------- # Preload all site configs. #---------------------------------------- -WebGUI::Config::laodAllConfigs($webguiRoot); +WebGUI::Config::loadAllConfigs($webguiRoot);