[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

mailer.py typo

From: Michael Wood <mwood_at_its.uct.ac.za>
Date: 2003-01-13 08:53:44 CET

Hardly worth a log message/separate commit. Fix typo.

Index: tools/hook-scripts/mailer.py
===================================================================
--- tools/hook-scripts/mailer.py (revision 4361)
+++ tools/hook-scripts/mailer.py (working copy)
@@ -80,7 +80,7 @@
 
 
 class SMTPOutput(MailedOutput):
- "Deliver a mail message to an MDA using SMTP."
+ "Deliver a mail message to an MTA using SMTP."
 
   def __init__(self, cfg, subject):
     MailedOutput.__init__(self, cfg, subject)

-- 
Michael Wood <mwood@its.uct.ac.za>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jan 13 08:54:36 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.