Fix typo in error message: s/LDP/LWP/
This commit is contained in:
@@ -784,7 +784,7 @@ sub do_image_server
|
||||
eval($test);
|
||||
if ($@)
|
||||
{
|
||||
die "The module LDP::UserAgent wasn't found...\n";
|
||||
die "The module LWP::UserAgent wasn't found...\n";
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user