From: Eric Smith Date: Tue, 24 Jun 2008 06:05:30 +0000 (+0000) Subject: Typo in comment. X-Git-Tag: v2.6b2~181 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9ea1e36957bb5f890c56f0ffedfacd766699a436;p=thirdparty%2FPython%2Fcpython.git Typo in comment. --- diff --git a/Objects/stringlib/formatter.h b/Objects/stringlib/formatter.h index 12e29310aef9..f8f265cc2718 100644 --- a/Objects/stringlib/formatter.h +++ b/Objects/stringlib/formatter.h @@ -586,7 +586,7 @@ format_int_or_long_internal(PyObject *value, const InternalFormatSpec *format, } /* 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. */