1
0
mirror of synced 2026-04-15 15:49:48 +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";
}