diff options
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 e903f1f..06531d9 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; } |