Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: fix_encoding.py

Issue 2277513002: Run auto-spell-checker (codespell) on files in depot_tools. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cpplint.py ('k') | gcl.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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':
« no previous file with comments | « cpplint.py ('k') | gcl.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698