[Spambayes-checkins] spambayes timtoken.py,1.5,1.6

Tim Peters tim_one@users.sourceforge.net
Fri, 06 Sep 2002 18:41:30 -0700


Update of /cvsroot/spambayes/spambayes
In directory usw-pr-cvs1:/tmp/cvs-serv27775

Modified Files:
	timtoken.py 
Log Message:
Fixed typo in comment.


Index: timtoken.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/timtoken.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** timtoken.py	7 Sep 2002 01:39:55 -0000	1.5
--- timtoken.py	7 Sep 2002 01:41:28 -0000	1.6
***************
*** 467,471 ****
  #
  # A bug in this code prevented Content-Transfer-Encoding from getting
! # picked up.  Fixing that bug showed that it didn't helpe, so the corrected
  # code is disabled now (left column without Content-Transfer-Encoding,
  # right column with it);
--- 467,471 ----
  #
  # A bug in this code prevented Content-Transfer-Encoding from getting
! # picked up.  Fixing that bug showed that it didn't help, so the corrected
  # code is disabled now (left column without Content-Transfer-Encoding,
  # right column with it);