You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by se...@apache.org on 2016/04/21 02:35:33 UTC

svn commit: r1740219 - /comdev/reporter.apache.org/trunk/scripts/parsepmcs.py

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)