You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by he...@apache.org on 2022/05/04 06:56:15 UTC

svn commit: r1900541 - /spamassassin/trunk/lib/Mail/SpamAssassin/PerMsgStatus.pm

Author: hege
Date: Wed May  4 06:56:15 2022
New Revision: 1900541

URL: http://svn.apache.org/viewvc?rev=1900541&view=rev
Log:
Fix typo

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

Modified: spamassassin/trunk/lib/Mail/SpamAssassin/PerMsgStatus.pm
URL: http://svn.apache.org/viewvc/spamassassin/trunk/lib/Mail/SpamAssassin/PerMsgStatus.pm?rev=1900541&r1=1900540&r2=1900541&view=diff
==============================================================================
--- spamassassin/trunk/lib/Mail/SpamAssassin/PerMsgStatus.pm (original)
+++ spamassassin/trunk/lib/Mail/SpamAssassin/PerMsgStatus.pm Wed May  4 06:56:15 2022
@@ -3173,7 +3173,7 @@ sub got_hit {
 Register a pending rule.  Must be called from rules eval-function, if the
 result can arrive later than when exiting the function (async lookups).
 
-$status->rule_done($rulename) or $status->got_hit(...) must be called when
+$status->rule_ready($rulename) or $status->got_hit(...) must be called when
 the result has arrived.  If these are not used, it can break depending meta
 rule evaluation.