[Python-3000-checkins] r64497 - in python/branches/py3k: Objects/stringlib/formatter.h

eric.smith python-3000-checkins at python.org
Tue Jun 24 08:07:03 CEST 2008


Author: eric.smith
Date: Tue Jun 24 08:07:03 2008
New Revision: 64497

Log:
Merged revisions 64496 via svnmerge from 
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r64496 | eric.smith | 2008-06-24 02:05:30 -0400 (Tue, 24 Jun 2008) | 1 line
  
  Typo in comment.
........


Modified:
   python/branches/py3k/   (props changed)
   python/branches/py3k/Objects/stringlib/formatter.h

Modified: python/branches/py3k/Objects/stringlib/formatter.h
==============================================================================
--- python/branches/py3k/Objects/stringlib/formatter.h	(original)
+++ python/branches/py3k/Objects/stringlib/formatter.h	Tue Jun 24 08:07:03 2008
@@ -586,7 +586,7 @@
     }
 
     /* Insert the grouping, if any, after the uppercasing of 'X', so we can
-       ensure that grouping chars won't be affeted. */
+       ensure that grouping chars won't be affected. */
     if (n_grouping_chars && format->type == 'n') {
 	    /* We know this can't fail, since we've already
 	       reserved enough space. */


More information about the Python-3000-checkins mailing list