Return-Path: X-Original-To: apmail-community-commits-archive@minotaur.apache.org Delivered-To: apmail-community-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8BF4718C31 for ; Thu, 21 Apr 2016 00:35:36 +0000 (UTC) Received: (qmail 18796 invoked by uid 500); 21 Apr 2016 00:35:36 -0000 Delivered-To: apmail-community-commits-archive@community.apache.org Received: (qmail 18769 invoked by uid 500); 21 Apr 2016 00:35:36 -0000 Mailing-List: contact commits-help@community.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@community.apache.org Delivered-To: mailing list commits@community.apache.org Received: (qmail 18760 invoked by uid 99); 21 Apr 2016 00:35:36 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Apr 2016 00:35:36 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 842B5C0940 for ; Thu, 21 Apr 2016 00:35:35 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.999 X-Spam-Level: X-Spam-Status: No, score=0.999 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.001] autolearn=disabled Received: from mx2-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id Pz1dDhsBmZHB for ; Thu, 21 Apr 2016 00:35:35 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx2-lw-us.apache.org (ASF Mail Server at mx2-lw-us.apache.org) with ESMTP id 34FCB5F1EB for ; Thu, 21 Apr 2016 00:35:35 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 271A8E0095 for ; Thu, 21 Apr 2016 00:35:34 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id CC7D23A0186 for ; Thu, 21 Apr 2016 00:35:33 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1740219 - /comdev/reporter.apache.org/trunk/scripts/parsepmcs.py Date: Thu, 21 Apr 2016 00:35:33 -0000 To: commits@community.apache.org From: sebb@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160421003533.CC7D23A0186@svn01-us-west.apache.org> 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)