summaryrefslogtreecommitdiff
path: root/Python/fileutils.c
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-05-26 05:35:26 +0000
committerMartin Panter <vadmium+py@gmail.com>2016-05-26 05:35:26 +0000
commitecaaa548245ae3431815a70162b0d6ef12700551 (patch)
tree24d972cca3d2c0aa62038d7c84cb2d5c628b55be /Python/fileutils.c
parent77e3dc3f7da072756adfe8a14cb24bb4a3b60822 (diff)
downloadcpython-ecaaa548245ae3431815a70162b0d6ef12700551.tar.gz
Issue #27076: Doc, comment and tests spelling fixes
Most fixes to Doc/ and Lib/ directories by Ville Skytt?.
Diffstat (limited to 'Python/fileutils.c')
-rw-r--r--Python/fileutils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/fileutils.c b/Python/fileutils.c
index 8987ce5a0e..23eed71321 100644
--- a/Python/fileutils.c
+++ b/Python/fileutils.c
@@ -176,7 +176,7 @@ check_force_ascii(void)
#endif
error:
- /* if an error occured, force the ASCII encoding */
+ /* if an error occurred, force the ASCII encoding */
return 1;
}