You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by du...@apache.org on 2005/08/22 05:49:57 UTC

svn commit: r234426 - /spamassassin/branches/3.1/lib/Mail/SpamAssassin/Client.pm

Author: duncf
Date: Sun Aug 21 20:49:54 2005
New Revision: 234426

URL: http://svn.apache.org/viewcvs?rev=234426&view=rev
Log:
Minor doc fix

Modified:
    spamassassin/branches/3.1/lib/Mail/SpamAssassin/Client.pm

Modified: spamassassin/branches/3.1/lib/Mail/SpamAssassin/Client.pm
URL: http://svn.apache.org/viewcvs/spamassassin/branches/3.1/lib/Mail/SpamAssassin/Client.pm?rev=234426&r1=234425&r2=234426&view=diff
==============================================================================
--- spamassassin/branches/3.1/lib/Mail/SpamAssassin/Client.pm (original)
+++ spamassassin/branches/3.1/lib/Mail/SpamAssassin/Client.pm Sun Aug 21 20:49:54 2005
@@ -202,9 +202,8 @@
 an integer, 0 for spam, 1 for ham and 2 for forget.  The return
 value is a boolean indicating if the message was learned or not.
 
-An undef return value indicates that there was an error and you
-should check the resp_code/resp_error values to determine what
-the error was.
+An undef return value indicates that there was an error and you should
+check the resp_code/resp_msg values to determine what the error was.
 
 =cut