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 2018/10/01 10:44:52 UTC

svn commit: r1842467 - in /spamassassin: branches/3.4/lib/Mail/SpamAssassin/PerMsgStatus.pm trunk/lib/Mail/SpamAssassin/PerMsgStatus.pm

Author: hege
Date: Mon Oct  1 10:44:52 2018
New Revision: 1842467

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

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

Modified: spamassassin/branches/3.4/lib/Mail/SpamAssassin/PerMsgStatus.pm
URL: http://svn.apache.org/viewvc/spamassassin/branches/3.4/lib/Mail/SpamAssassin/PerMsgStatus.pm?rev=1842467&r1=1842466&r2=1842467&view=diff
==============================================================================
--- spamassassin/branches/3.4/lib/Mail/SpamAssassin/PerMsgStatus.pm (original)
+++ spamassassin/branches/3.4/lib/Mail/SpamAssassin/PerMsgStatus.pm Mon Oct  1 10:44:52 2018
@@ -2536,7 +2536,7 @@ sub clear_test_state {
     %{$self->{test_log_msgs}} = ();
 }
 
-# internal API, called only by get_hit()
+# internal API, called only by got_hit()
 # TODO: refactor and merge this into that function
 sub _handle_hit {
     my ($self, $rule, $score, $area, $ruletype, $desc) = @_;

Modified: spamassassin/trunk/lib/Mail/SpamAssassin/PerMsgStatus.pm
URL: http://svn.apache.org/viewvc/spamassassin/trunk/lib/Mail/SpamAssassin/PerMsgStatus.pm?rev=1842467&r1=1842466&r2=1842467&view=diff
==============================================================================
--- spamassassin/trunk/lib/Mail/SpamAssassin/PerMsgStatus.pm (original)
+++ spamassassin/trunk/lib/Mail/SpamAssassin/PerMsgStatus.pm Mon Oct  1 10:44:52 2018
@@ -2575,7 +2575,7 @@ sub clear_test_state {
     %{$self->{test_log_msgs}} = ();
 }
 
-# internal API, called only by get_hit()
+# internal API, called only by got_hit()
 # TODO: refactor and merge this into that function
 sub _handle_hit {
     my ($self, $rule, $score, $area, $ruletype, $desc) = @_;