]> wagnertech.de Git - mfinanz.git/blobdiff - SL/BackgroundJob/SelfTest.pm
Diverse Typos in SelfTest korrigiert
[mfinanz.git] / SL / BackgroundJob / SelfTest.pm
index 241a9952eae2ddcaefba2b2324797196cc95ac8f..917dc0e187f2147a4f9d00a27b85ace090c11762 100644 (file)
@@ -173,12 +173,12 @@ __END__
 
 =head1 NAME
 
-SL::BackgroundJob::TelfTests - pluggable self testing
+SL::BackgroundJob::SelfTest - pluggable self testing
 
 =head1 SYNOPSIS
 
-  use SL::BackgroundJob::SelfTests;
-  SL::BackgroundJob::SelfTests->new->run;;
+  use SL::BackgroundJob::SelfTest;
+  SL::BackgroundJob::SelfTest->new->run;;
 
 =head1 DESCRIPTION