Author: sebb
Date: Thu Apr 21 00:35:33 2016
New Revision: 1740219

URL: http://svn.apache.org/viewvc?rev=1740219&view=rev
Log:
Typo

Modified:
    comdev/reporter.apache.org/trunk/scripts/parsepmcs.py

Modified: comdev/reporter.apache.org/trunk/scripts/parsepmcs.py
URL: 
http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/scripts/parsepmcs.py?rev=1740219&r1=1740218&r2=1740219&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/scripts/parsepmcs.py (original)
+++ comdev/reporter.apache.org/trunk/scripts/parsepmcs.py Thu Apr 21 00:35:33 
2016
@@ -222,7 +222,7 @@ else:
     try:
         BODY="Comparison of foundation/index.mdtext list of chairs with 
committee-info\n"
         errs = "\n".join(chairDiffs)
-        sendmail.sendMail("foundattion/index list of chairs disagrees with 
committee-info", BODY+"\n"+errs, DEST)
+        sendmail.sendMail("foundation/index list of chairs disagrees with 
committee-info", BODY+"\n"+errs, DEST)
     except Exception as e:
         print("Error: unable to send email", e)
 


Reply via email to