You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by jm...@apache.org on 2005/05/21 03:38:48 UTC

svn commit: r171181 - /spamassassin/trunk/lib/Mail/SpamAssassin/Util.pm

Author: jm
Date: Fri May 20 18:38:46 2005
New Revision: 171181

URL: http://svn.apache.org/viewcvs?rev=171181&view=rev
Log:
minor doco fix

Modified:
    spamassassin/trunk/lib/Mail/SpamAssassin/Util.pm

Modified: spamassassin/trunk/lib/Mail/SpamAssassin/Util.pm
URL: http://svn.apache.org/viewcvs/spamassassin/trunk/lib/Mail/SpamAssassin/Util.pm?rev=171181&r1=171180&r2=171181&view=diff
==============================================================================
--- spamassassin/trunk/lib/Mail/SpamAssassin/Util.pm (original)
+++ spamassassin/trunk/lib/Mail/SpamAssassin/Util.pm Fri May 20 18:38:46 2005
@@ -801,8 +801,8 @@
 
 =item $module = first_available_module (@module_list)
 
-Return the first module that can be successfully loaded with C<require>
-from the list.  Returns C<undef> if none are available.
+Return the name of the first module that can be successfully loaded with
+C<require> from the list.  Returns C<undef> if none are available.
 
 This is used instead of C<AnyDBM_File> as follows: