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 2015/08/08 18:08:20 UTC

svn commit: r1694817 - /comdev/reporter.apache.org/trunk/scandist.py

Author: sebb
Date: Sat Aug  8 16:08:20 2015
New Revision: 1694817

URL: http://svn.apache.org/r1694817
Log:
Typo

Modified:
    comdev/reporter.apache.org/trunk/scandist.py

Modified: comdev/reporter.apache.org/trunk/scandist.py
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/scandist.py?rev=1694817&r1=1694816&r2=1694817&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/scandist.py (original)
+++ comdev/reporter.apache.org/trunk/scandist.py Sat Aug  8 16:08:20 2015
@@ -344,7 +344,7 @@ def processTargets():
                 tmpdict.update({'id' : ids[0]})
                 # build up the log entry
                 log = logs[0][:78] # truncate if necessary
-                if len(ids) > 1: # muktiple commits; add the other ids (but not log messages)
+                if len(ids) > 1: # multiple commits; add the other ids (but not log messages)
                     log += "\n"
                     offset = len(log)
                     log += "See also:"