1
0
mirror of synced 2026-05-01 22:26:08 +00:00

Fix typo in error message: s/LDP/LWP/

This commit is contained in:
Axel Beckert
2010-05-18 14:10:05 +02:00
parent 120ca27f6d
commit 838303a939

View File

@@ -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";
}