Chromium Code Reviews| Index: fix_encoding.py |
| diff --git a/fix_encoding.py b/fix_encoding.py |
| index 107ca6c7d6aa073c756a2a298254f85c9e905581..a086af3d286cb2032fded035122ca04128843d02 100644 |
| --- a/fix_encoding.py |
| +++ b/fix_encoding.py |
| @@ -356,7 +356,7 @@ def fix_win_console(encoding): |
| def fix_encoding(): |
| """Fixes various encoding problems on all platforms. |
| - Should be called at the very begining of the process. |
| + Should be called at the very beginning of the process. |
| """ |
| ret = True |
| if sys.platform == 'win32': |