diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-05-26 06:03:19 +0000 |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-05-26 06:03:19 +0000 |
commit | 99c673771bd79596af92b9a8594306e1d6bf7161 (patch) | |
tree | d466d1ab7fa6103235446580d672ec11349b3739 /Python/fileutils.c | |
parent | d21823d2de708df5515b3f511cc057ee519b52d6 (diff) | |
parent | ecaaa548245ae3431815a70162b0d6ef12700551 (diff) | |
download | cpython-99c673771bd79596af92b9a8594306e1d6bf7161.tar.gz |
Issue #27076: Merge spelling from 3.5
Diffstat (limited to 'Python/fileutils.c')
-rw-r--r-- | Python/fileutils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/fileutils.c b/Python/fileutils.c index e903f1f849..06531d9726 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; } |