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

Unified Diff: gclient_scm.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 | « gclient.py ('k') | gerrit_util.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gclient_scm.py
diff --git a/gclient_scm.py b/gclient_scm.py
index 29079c582ffc849d56edf721002e49b68877d536..fc177567eaea544afe0a9ef2f162a31389f895a0 100644
--- a/gclient_scm.py
+++ b/gclient_scm.py
@@ -1647,7 +1647,7 @@ class SVNWrapper(SCMWrapper):
self._RunAndGetFileList(['update', '--revision', 'BASE'], options,
file_list)
except OSError, e:
- # Maybe the directory disapeared meanwhile. Do not throw an exception.
+ # Maybe the directory disappeared meanwhile. Do not throw an exception.
logging.error('Failed to update:\n%s' % str(e))
def revinfo(self, _options, _args, _file_list):
« no previous file with comments | « gclient.py ('k') | gerrit_util.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698